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





In This Topic
Page Property (GdViewer.BeforePrintPageEventArgs)
In This Topic
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