Click or drag to resize

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)
Syntax
public enum OrientationMode
Members
  Member nameDescription
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