Accusoft.ScanFixXpress8.Net
ResolutionUnits Property




Gets and sets the unit of measure for the vertical and horizontal resolutions.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Property ResolutionUnits As GraphicsUnit
'Usage
 
Dim instance As ScanFix
Dim value As GraphicsUnit
 
instance.ResolutionUnits = value
 
value = instance.ResolutionUnits
[Browsable(true)]
public GraphicsUnit ResolutionUnits {get; set;}
[Browsable(true)]
public: __property GraphicsUnit get_ResolutionUnits();
public: __property void set_ResolutionUnits( 
   GraphicsUnit value
);
[Browsable(true)]
public:
property GraphicsUnit ResolutionUnits {
   GraphicsUnit get();
   void set (    GraphicsUnit value);
}
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
System.InvalidOperationExceptionThrown when method cannot operate correctly.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback