Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFPageTextRange Record

In This Article

Stores a text range within a PDF document.

#Declaration

Delphi
TdxPDFPageTextRange = record

#Remarks

This record stores the information defining a single text range within a PDF document without the corresponding text string. Text ranges are used to select and/or highlight portions of text in a document displayed by the PDF Viewer control.

The TdxPDFPageTextRange record uses the following fields to store:

Additionally, the TdxPDFPageTextRange record provides the methods that allow you to:

  • Create a valid or invalid text range (Create and Invalid).

  • Identify if the record stores a valid text range (IsValid).

  • Compare two text ranges (Same.

The TdxPDFPageTextRange type is referenced by:

See Also