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 }
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 |
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.
|