| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ResolutionUnits Property |
'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); }
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when required argument value is null. |
| System.ArgumentOutOfRangeException | Thrown when argument is out of range. |
| System.ComponentModel.InvalidEnumArgumentException | Thrown when argument enum value is invalid. |
| System.InvalidOperationException | Thrown when method cannot operate correctly. |
| ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
| ScanFixException | Thrown when operation failed. |