In This Topic

PageCount Property (GdViewer.SavingProgressEventArgs)

In This Topic
The total number of pages to be saved.
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