TdxPDFPageTextPosition.Invalid Method
Creates an invalid text position on a PDF document page.
Declaration
class function Invalid: TdxPDFPageTextPosition; static;
Returns
Type |
---|
TdxPDFPageTextPosition |
Remarks
This class function returns a TdxPDFPageTextPosition record that cannot correspond to any location within a PDF document text. Both the WordIndex and Offset fields of the returned record are set to -1.
See Also