TdxPDFPageTextRange.StartPosition Field
Stores the start position of the text range within a PDF document.
Declaration
StartPosition: 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 starting position, specify the StartPosition.WordIndex and StartPosition.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