Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TwainPaperOrientation Enumeration
See Also  
Leadtools.Twain Namespace : TwainPaperOrientation Enumeration



Represents TWAIN paper orientation

Syntax

Visual Basic (Declaration) 
Public Enum TwainPaperOrientation 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As TwainPaperOrientation
C# 
public enum TwainPaperOrientation : Enum 
C++/CLI 
public enum class TwainPaperOrientation : public Enum 

Members

MemberDescription
Rotate0 Rotate0
Rotate90 Rotate90
Rotate180 Rotate180
Rotate270 Rotate270
Portrait Portrait
Landscape Landscape

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainPaperOrientation

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also