PdfTilingPattern.SetScale Method (Double, Double)

PDF File Writer

PdfTilingPatternSetScale Method (Double, Double)

Set scale

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void SetScale(
	double ScaleX,
	double ScaleY
)

Parameters

ScaleX
Type: SystemDouble
Horizontal scale factor.
ScaleY
Type: SystemDouble
Vertical scale factor.
Remarks
Warning: the program replaces the transformation matrix with a new one [ScaleX 0 0 ScaleY 0 0].
See Also