GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer.BeforePrintPageEventArgs Class / Page Property





In This Topic
Page Property (GdViewer.BeforePrintPageEventArgs)
In This Topic
The page number of the page to be printed.
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