TdxPDFPageTextRange.PageIndex Field
Stores a zero-based index of the PDF document page in which the text range is located.
Declaration
PageIndex: Integer
Field Value
Type |
---|
Integer |
Remarks
If the WholePage field is set to True, the text range includes the whole specified page. Otherwise, the range is defined by the start and end positions within the page specified by the StartPosition and EndPosition fields, respectively.
Note
The text range in a PDF document is invalid if the PageIndex field stores a negative value.
See Also