Specifies how much the Source can/should rotate the scanned image data prior to transfer.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum AcquireRotation
Public Enumeration AcquireRotation
public enum class AcquireRotation
Members
Member | Value | Description |
---|---|---|
None | 0 |
No rotation
|
CW90 | 1 |
Rotate 90° clockwise
|
CW180 | 2 |
Rotate 180°
|
CW270 | 3 |
Rotate 270° clockwise
|