PdfContents.TranslateScale Method (PointD, Double)

PDF File Writer

PdfContentsTranslateScale Method (PointD, Double)

Translate and scale

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void TranslateScale(
	PointD Orig,
	double Scale
)

Parameters

Orig
Type: PdfFileWriterPointD
Origin point
Scale
Type: SystemDouble
Scale
See Also