In This Topic

PageNo Property (GdViewer.SavingProgressEventArgs)

In This Topic
The page number of the currently processed page. It is a value from 1 to PageCount.
Syntax
'Declaration
 
Public ReadOnly Property PageNo As Integer
public int PageNo {get;}
public read-only property PageNo: Integer; 
public function get PageNo : int
public: __property int get_PageNo();
public:
property int PageNo {
   int get();
}
See Also