Accusoft.Forms1 - Updated
ResolutionUnits Property



Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ResolutionUnits Property
Gets and sets the unit of measure for the vertical and horizontal resolutions.
Syntax
<BrowsableAttribute(True)>
Public Property ResolutionUnits As GraphicsUnit
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 ResolutionUnits {
   GraphicsUnit get();
   void set (    GraphicsUnit value);
}
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when method cannot operate correctly.
Thrown when image type is unsupported.
Thrown when operation failed.
See Also

Reference

ScanFix Class
ScanFix Members