Skip to main content

TdxPDFPageTextRange Methods

Stores a text range within a PDF document.
Name Description
Create static
Create(Integer,TdxPDFPageTextPosition,TdxPDFPageTextPosition) static
Create(Integer,Integer,Integer,Integer,Integer) static Creates a text range on a specific PDF document page.
Create(Integer) static
Invalid static Creates an invalid PDF text range.
IsValid Identifies if the text range on a PDF document page is valid.
Same(TdxPDFPageTextRange,TdxPDFPageTextRange) static
See Also