TextObjectSetScale Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Sets scale to the current text matrix.Equivalent of call SetTextMatrix(xScale, 0, 0, yScale, 0, 0)

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void SetScale(
	double xScale,
	double yScale
)

Parameters

xScale
Type: SystemDouble
X Scale factor.
yScale
Type: SystemDouble
Y Scale factor.
See Also

Reference