VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain Namespace / PageOrientation Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
PageOrientation Enumeration
In This Topic
Specifies available page orientations.
Syntax
'Declaration

Public Enum PageOrientation
   Inherits System.Enum

public enum PageOrientation : System.Enum

Members
MemberDescription
PortraitPortrait (no rotation).
Rotation90Rotates the original image 90 degrees to the "left".
Rotation180Rotates the original image 180 degrees to the "left".
LandscapeLandscape (rotates the original image 270 degrees to the "left").
AutoOrients the image according to criteria determined by the source. Available from TWAIN 2.0.
AutoTextOrients the document using text only algorithms. Available from TWAIN 2.0.
AutoPictureOrients the document using image only algorithms. Available from TWAIN 2.0.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.WpfTwain.PageOrientation

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also