'Declaration
Public Overloads Function GetPageText( _ ByVal Page As Integer _ ) As String
public string GetPageText( int Page )
public function GetPageText( Page: Integer ): String;
public function GetPageText( Page : int ) : String;
public: string* GetPageText( int Page )
public: String^ GetPageText( int Page )
Parameters
- Page
- The number of the page to search for text. It must be a value from 1 to the value of the GdViewer.PageCount property.
Return Value
The whole text of the currently displayed page as a string, if the format of the displayed document is text-based. Otherwise, it returns an empty string. The GdViewer.GetStat method can be subsequently used to determine if this method has been successful.