GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / PageWidth Property





In This Topic
PageWidth Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property PageWidth As Integer
public int PageWidth {get;}
public read-only property PageWidth: Integer; 
public function get PageWidth : int
public: __property int get_PageWidth();
public:
property int PageWidth {
   int get();
}
See Also