The page number, in the range [1 - GetPageCount()].





In This Topic

GetPageText(Int32) Method

In This Topic
Retrieves the text from a particular page of the currently loaded document.
Syntax
'Declaration

 

Public Overloads Function GetPageText( _

   ByVal PageNo As Integer _

) As String
public string GetPageText( 

   int PageNo

)
public function GetPageText( 

    PageNo: Integer

): String; 
public function GetPageText( 

   PageNo : int

) : String;
public: string* GetPageText( 

   int PageNo

) 
public:

String^ GetPageText( 

   int PageNo

) 

Parameters

PageNo
The page number, in the range [1 - GetPageCount()].

Return Value

The page text.
See Also