PdfTextData.Position Property

Gets the position at which the text portion of the text data chunk is drawn on a page.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfPoint Position { get; }
VB
Public ReadOnly Property Position As PdfPoint
	Get

Property Value

Type: PdfPoint
The position at which the text portion of the text data chunk is drawn on a page.

Remarks

The position corresponds to left-top point of the Bounds rectangle.

Below is an example of Position value for a transformed text.

PdfTextData properties explained

See Also