Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TwainPaperSize Enumeration
See Also  
Leadtools.Twain Namespace : TwainPaperSize Enumeration



Represents TWAIN paper size

Syntax

Visual Basic (Declaration) 
Public Enum TwainPaperSize 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As TwainPaperSize
C# 
public enum TwainPaperSize : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class TwainPaperSize : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
A0A0
A1A1
A10A10
A2A2
A3A3
A4A4
A4LetterA4Letter
A5A5
A6A6
A7A7
A8A8
A9A9
B3B3
B4B4
B5LetterB5Letter
B6B6
BusinessCardBusinessCard
C0C0
C1C1
C10C10
C2C2
C3C3
C4C4
C5C5
C6C6
C7C7
C8C8
C9C9
FourA0FourA0
IsoB0IsoB0
IsoB1IsoB1
IsoB10IsoB10
IsoB2IsoB2
IsoB3IsoB3
IsoB4IsoB4
IsoB5IsoB5
IsoB6IsoB6
IsoB7IsoB7
IsoB8IsoB8
IsoB9IsoB9
JisB0JisB0
JisB1JisB1
JisB10JisB10
JisB2JisB2
JisB3JisB3
JisB4JisB4
JisB5JisB5
JisB6JisB6
JisB7JisB7
JisB8JisB8
JisB9JisB9
NoneNone
TwoA0TwoA0
UsExecutiveUsExecutive
UsLedgerUsLedger
UsLegalUsLegal
UsLetterUsLetter
UsStatementUsStatement

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Twain.TwainPaperSize

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also