ScanResolution StructureTerminal Works - TwainScanning.Net Library
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

public struct ScanResolution

The ScanResolution type exposes the following members.

Constructors

  NameDescription
Public methodScanResolution(Single)
Creates a new scan resolution with the same value for X and Y.
Public methodScanResolution(Single, Single)
Creates a new scan resolution with separate values for X and Y.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ValueTypeToString.)
Top
Properties

  NameDescription
Public propertyX
The X resolution.
Public propertyY
The Y resolution.
Top
See Also

Reference