TTMSFNCWXPDFViewer.GetPageAsText Method
Requests the text content of a page.
API unit family: TMSFNCWXPDFViewer
Declaring type: TTMSFNCWXPDFViewer
Inherited from: TTMSFNCWXCustomPDFViewer
Syntax
procedure GetPageAsText(APageNumber: Integer = -1);
Remarks
The text is delivered through OnGetPageText.
Parameters
| Name | Description |
|---|---|
APageNumber |
The one-based page to read, or -1 to use the active page. Defaults to -1. |