PdfTilingPattern.SetScale Method (Double)

PDF File Writer

PdfTilingPatternSetScale Method (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 Scale
)

Parameters

Scale
Type: SystemDouble
Scale factor.
Remarks
Warning: the program replaces the transformation matrix with a new one [Scale 0 0 Scale 0 0].
See Also