In This Topic

PageCount Property (GdViewer)

In This Topic
Specifies the number of pages in the loaded document.
Syntax
'Declaration

 

Public ReadOnly Property PageCount As Integer
public int PageCount {get;}
public read-only property PageCount: Integer; 
public function get PageCount : int
public: __property int get_PageCount();
public:

property int PageCount {

   int get();

}
See Also