In This Topic

PageNo Property (GdViewer.SavingProgressEventArgs)

In This Topic
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