OrientationMode Enumeration |
Used to set the orientation of the image.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.5.0.230 (.NET 4.6.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