You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > TwainBarCodeRotation Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
TwainBarCodeRotation Enumeration
C#
public enum TwainBarCodeRotation {
  TWBCOR_ROT0 = 0,
  TWBCOR_ROT90 = 1,
  TWBCOR_ROT180 = 2,
  TWBCOR_ROT270 = 3,
  TWBCOR_ROTX = 4
}
Visual Basic
Public Enum TwainBarCodeRotation
  TWBCOR_ROT0 = 0
  TWBCOR_ROT90 = 1
  TWBCOR_ROT180 = 2
  TWBCOR_ROT270 = 3
  TWBCOR_ROTX = 4
End Enum

This is record TwainBarCodeRotation.

Members
Members 
Description 
TWBCOR_ROT0 
Normal reading orientation. 
TWBCOR_ROT90 
Rotated 90 degrees clockwise. 
TWBCOR_ROT180 
Rotated 180 degrees clockwise. 
TWBCOR_ROT270 
Rotated 270 degrees clockwise. 
TWBCOR_ROTX 
The orientation is not known. 
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.