In This Topic

Page Property (GdViewer.AfterPrintPageEventArgs)

In This Topic
The page number of the already printed page.
Syntax
'Declaration
 
Public ReadOnly Property Page As Integer
public int Page {get;}
public read-only property Page: Integer; 
public function get Page : int
public: __property int get_Page();
public:
property int Page {
   int get();
}
See Also