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



Represents TWAIN paper size

Syntax

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

Members

MemberDescription
None None
A4Letter A4Letter
B5Letter B5Letter
UsLetter UsLetter
UsLegal UsLegal
A5 A5
B4 B4
B6 B6
UsLedger UsLedger
UsExecutive UsExecutive
A3 A3
B3 B3
A6 A6
C4 C4
C5 C5
C6 C6
FourA0 FourA0
TwoA0 TwoA0
A0 A0
A1 A1
A2 A2
A4 A4
A7 A7
A8 A8
A9 A9
A10 A10
IsoB0 IsoB0
IsoB1 IsoB1
IsoB2 IsoB2
IsoB3 IsoB3
IsoB4 IsoB4
IsoB5 IsoB5
IsoB6 IsoB6
IsoB7 IsoB7
IsoB8 IsoB8
IsoB9 IsoB9
IsoB10 IsoB10
JisB0 JisB0
JisB1 JisB1
JisB2 JisB2
JisB3 JisB3
JisB4 JisB4
JisB5 JisB5
JisB6 JisB6
JisB7 JisB7
JisB8 JisB8
JisB9 JisB9
JisB10 JisB10
C0 C0
C1 C1
C2 C2
C3 C3
C7 C7
C8 C8
C9 C9
C10 C10
UsStatement UsStatement
BusinessCard BusinessCard

Inheritance Hierarchy

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

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