PDF File Writer Class Library - Author Uzi Granot
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)

C#
public void MoveTo( double X, double Y )
Parameters
- X
- Type: SystemDouble
New X position - Y
- Type: SystemDouble
New Y position
