Scan resolution used for scanning with Bridgex86.
Namespace: TwainScanning.Bridgex86
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
The ScanResolution type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ScanResolution(Single) | ||
| ScanResolution(Single, Single) |
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Overrides ValueTypeToString.) |
Properties
| Name | Description | |
|---|---|---|
| X |
The X resolution.
| |
| Y |
The Y resolution.
|
See Also