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




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

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