GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / PagePixelWidth Property





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