TdxPDFPageInfo.Text Property
Stores all text on the PDF document page.
Declaration
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