Gets or sets the current position for path operations.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPoint CurrentPosition { get; set; }
VB
Public Property CurrentPosition As PdfPoint
Get
Set
Property Value
Type:
PdfPointThe current position for path operations.
See Also