TdxPDFPageTextPosition Members
Stores a position within a text on a PDF document page.Fields
Name | Description |
---|---|
Offset | Stores the text position offset (in characters) from the current word’s beginning. |
WordIndex | Stores the word position within a PDF document page. |
Methods
Name | Description |
---|---|
Create(Integer,Integer) static | Creates a text position on a PDF document page. |
Invalid static | Creates an invalid text position on a PDF document page. |
IsSame(TdxPDFPageTextPosition) | Identifies if the text position within a PDF document page is identical to the specified position. |
IsValid | Identifies if the text position within a PDF document page is valid. |
See Also