Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
Parameters
- xScale
- Type: SystemDouble
X Scale factor. - yScale
- Type: SystemDouble
Y Scale factor.
See Also