| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaScannerItemRotation Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum WiaScannerItemRotation : Enum | |
| C++/CLI | |
|---|---|
public enum class WiaScannerItemRotation : public Enum | |
| Member | Description |
|---|---|
| Portrait | The driver will not rotate the image. |
| Landscape | The driver rotates the image 90 degrees counterclockwise. |
| Rotate180 | The driver rotates the image 180 degrees counterclockwise. |
| Rotate270 | The driver rotates the image 270 degrees counterclockwise. |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaScannerItemRotation
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code