PdfContents.MoveTo Method (Double, Double)

PDF File Writer

PdfContentsMoveTo Method (Double, Double)

Move current pointer to new position

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void MoveTo(
	double X,
	double Y
)

Parameters

X
Type: SystemDouble
New X position
Y
Type: SystemDouble
New Y position
See Also