GetPageText Method (GdViewer)
In This Topic
Returns the whole text of the specified page of the document displayed in the GdViewer control.
Overload List
Overload | Description |
GetPageText() | Returns the whole text of the current page of the text-based document displayed in the GdViewer control.
If the format of the displayed document is other than supported text-based formats, which currently are DOCX, TXT, RTF and PDF, this method returns an empty string. |
GetPageText(Int32) | Returns the whole text of the specified page of the text-based document displayed in the GdViewer control.
If the format of the displayed document is other than supported text-based formats, which currently are DOCX, TXT, RTF and PDF, this method returns an empty string. |
See Also