PdfContents.MoveTo Method (PointD)

PDF File Writer

PdfContentsMoveTo Method (PointD)

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(
	PointD Point
)

Parameters

Point
Type: PdfFileWriterPointD
New point
See Also