Skip to main content

TdxPDFPageTextRange Members

Stores a text range within a PDF document.

Fields

Name Description
EndPosition Stores the end position of the text range within a PDF document.
PageIndex Stores a zero-based index of the PDF document page in which the text range is located.
StartPosition Stores the start position of the text range within a PDF document.
WholePage Specifies if the text range includes the whole page.

Methods

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