PDF File Writer Class Library - Author Uzi Granot
PdfTilingPatternSetScale Method (Double, Double) |
Set scale
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void SetScale( double ScaleX, double ScaleY )
Parameters
- ScaleX
- Type: SystemDouble
Horizontal scale factor. - ScaleY
- Type: SystemDouble
Vertical scale factor.

Warning: the program replaces the transformation matrix
with a new one [ScaleX 0 0 ScaleY 0 0].
