'Declaration Public Enum PageOrientation Inherits System.Enum
public enum PageOrientation : System.Enum
__value public enum PageOrientation : public System.Enum
public enum class PageOrientation : public System.Enum
'Declaration Public Enum PageOrientation Inherits System.Enum
public enum PageOrientation : System.Enum
__value public enum PageOrientation : public System.Enum
public enum class PageOrientation : public System.Enum
Member | Description |
---|---|
Portrait | Portrait (no rotation). |
Rotation90 | Rotates the original image 90 degrees to the "left". |
Rotation180 | Rotates the original image 180 degrees to the "left". |
Landscape | Landscape (rotates the original image 270 degrees to the "left"). |
Auto | Orients the image according to criteria determined by the source. Available from TWAIN 2.0. |
AutoText | Orients the document using text only algorithms. Available from TWAIN 2.0. |
AutoPicture | Orients the document using image only algorithms. Available from TWAIN 2.0. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Twain.PageOrientation
Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5