ScanFix Xpress v9.0 for .NET - Updated
Dimensions Property




Accusoft.ScanFixXpressSdk Namespace > Resolution Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.