TdxPDFPageTextRange Fields
Stores a text range within a PDF document.| Name | Description |
|---|---|
| EndPosition | Stores the end position of the text range within a PDF document. |
| PageIndex | Stores a zero-based index of the PDF document page in which the text range is located. |
| StartPosition | Stores the start position of the text range within a PDF document. |
| WholePage | Specifies if the text range includes the whole page. |
See Also