TdxPDFPageTextRange.EndPosition Field
Stores the end position of the text range within a PDF document.
Declaration
EndPosition: TdxPDFPageTextPosition
Field Value
Type |
---|
TdxPDFPageTextPosition |
Remarks
The StartPosition and EndPosition fields define the text range on the document page whose index is specified by the PageIndex field. To set the range’s ending position, specify the EndPosition.WordIndex and EndPosition.Offset values. For more information on text positions within a PDF document, refer to the TdxPDFPageTextPosition type description.
Note
If the WholePage field is set to True, the StartPosition and EndPosition field values are ignored.
See Also