Gets or sets the current text position.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfPoint TextPosition { get; set; }
VB
Public Property TextPosition As PdfPoint
Get
Set
Property Value
Type:
PdfPointThe text position.
Remarks
Consecutive text-drawing operations that do not explicitly
specify start position will use this position as the
start one.
See Also