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

TdxPDFPageInfo.Text Property

Stores all text on the PDF document page.

#Declaration

Delphi
property Text: string read;

#Property Value

Type Description
string

The delimited string that contains all text on the PDF document page.

#Remarks

Use the Text field to obtain text from the PDF document page. Individual text lines on the page are delimited with line break characters (#13#10 in Delphi or \n in C++Builder).

Note

If the content extraction operations are forbidden for the loaded document, the Text field value is an empty string.

See Also