The PageOrientation Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Represents the orientation of the scanner's paper.| Visual Basic (Declaration) | |
|---|---|
Public Enum PageOrientation Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PageOrientation | |
| C# | |
|---|---|
public enum PageOrientation : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class PageOrientation : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Default | Currently selected value. |
| Landscape | Landscape |
| Portrait | Portrait |
| Rotate0 | Rotate0 |
| Rotate180 | Rotate180 |
| Rotate270 | Rotate270 |
| Rotate90 | Rotate90 |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.Scan.PageOrientation
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code