TdxPDFPageTextRange.Invalid Method
Creates an invalid PDF text range.
Declaration
class function Invalid: TdxPDFPageTextRange; static;
Returns
Type |
---|
TdxPDFPageTextRange |
Remarks
This class function returns a TdxPDFPageTextRange record that does not correspond to any text within a PDF document. The StartPosition and EndPosition fields of the returned record store invalid text positions, and the PageIndex field is set to -1.
See Also