Table of Contents

Property Position

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Position

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

public PdfPoint Position { get; }

Property Value

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