OrientationMode Enumeration |
Used to set the orientation of the image.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic enum OrientationMode
Public Enumeration OrientationMode
Members|
| Member name | Description |
|---|
| None | The image will not be rotated. |
| Rotate90 | The image will be rotated 90 degrees clockwise. |
| Rotate180 | The image will be rotated 180 degrees clockwise. |
| Rotate270 | The image will be rotated 270 degrees. |
See Also