In This Topic
GdPicture14.WPF Namespace / GdViewer Class / GetPageTextArea Method

GetPageTextArea Method (GdViewer)

In This Topic
Returns the text, that is contained within a specific area of the page of the text-based document displayed in the GdViewer control.
Overload List
OverloadDescription
Returns the whole text, that is contained within a specific area of the current page of the text-based document displayed in the GdViewer control. You have to set the required page area as a rectangle defined by its top left coordinates and by its width and height in inches.

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.

 
Returns the whole text, that is contained within a specific area of the given page of the text-based document displayed in the GdViewer control. You have to set the required page area as a rectangle defined by its top left coordinates and by its width and height in inches.

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