You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > TwainOrientation Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
TwainOrientation Enumeration
C#
public enum TwainOrientation {
  TWOR_ROT0 = 0,
  TWOR_ROT90 = 1,
  TWOR_ROT180 = 2,
  TWOR_ROT270 = 3,
  TWOR_PORTRAIT = TWOR_ROT0,
  TWOR_LANDSCAPE = TWOR_ROT270,
  TWOR_AUTO = 4,
  TWOR_AUTOTEXT = 5,
  TWOR_AUTOPICTURE = 6
}
Visual Basic
Public Enum TwainOrientation
  TWOR_ROT0 = 0
  TWOR_ROT90 = 1
  TWOR_ROT180 = 2
  TWOR_ROT270 = 3
  TWOR_PORTRAIT = TWOR_ROT0
  TWOR_LANDSCAPE = TWOR_ROT270
  TWOR_AUTO = 4
  TWOR_AUTOTEXT = 5
  TWOR_AUTOPICTURE = 6
End Enum

This is record TwainOrientation.

Members
Members 
Description 
TWOR_AUTO 
Orients the image according to criteria determined by the source. 
TWOR_AUTOTEXT 
Orients the document using text only algorithms. 
TWOR_AUTOPICTURE 
Orients the document using image only algorithms. 
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.