TdxPDFPageTextRange.Invalid Method
In This Article
Creates an invalid PDF text range.
#Declaration
Delphi
class function Invalid: TdxPDFPageTextRange; static;
#Returns
Type |
---|
Tdx |
#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