In This Topic

GetPageCount Method (GdPictureTextExtraction)

In This Topic
This method returns the number of pages in the currently loaded document. If there is no currently loaded document it returns 0.
Syntax
'Declaration
 
Public Function GetPageCount() As Integer
public int GetPageCount()
public function GetPageCount(): Integer; 
public function GetPageCount() : int;
public: int GetPageCount(); 
public:
int GetPageCount(); 

Return Value

The number of pages in the currently loaded document.
See Also