Accusoft.ScanFixXpress8.Net
Dimensions Property




Gets or sets the horizontal and vertical resolution of the image.
Syntax
'Declaration
 
Public Property Dimensions As SizeF
'Usage
 
Dim instance As Resolution
Dim value As SizeF
 
instance.Dimensions = value
 
value = instance.Dimensions
public SizeF Dimensions {get; set;}
public: __property SizeF get_Dimensions();
public: __property void set_Dimensions( 
   SizeF value
);
public:
property SizeF Dimensions {
   SizeF get();
   void set (    SizeF value);
}
See Also

Reference

Resolution Class
Resolution Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback