Back to Devexpress

TdxPDFPageInfo.Text Property

vcl-dxpdfdocument-dot-tdxpdfpageinfo.md

latest1.0 KB
Original Source

TdxPDFPageInfo.Text Property

Stores all text on the PDF document page.

Declaration

delphi
property Text: string read;

Property Value

TypeDescription
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

How to Extract Content from PDF Documents

TdxPDFPageInfo Record

TdxPDFPageInfo Members

dxPDFDocument Unit