InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / PrintDevicePaperSourceOption Enumeration


PrintDevicePaperSourceOption Enumeration
Options for specifying the paper source on the host printer.
Syntax
'Declaration
 
Public Enum PrintDevicePaperSourceOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintDevicePaperSourceOption
Members
MemberDescription
A3A3-sized paper (297 x 420 mm)
A4A4-sized paper (210 x 297 mm)
A5A5-sized paper (148 x 210 mm)
B4B4-sized paper (257 x 364 mm)
B5B5-sized paper (182 x 257 mm)
C5C5-sized paper (162 x 229mm)
CommonModelSpecifies that the AS/400 host should substitute the value most common for your printer.
Cont132Continuous form paper (13.2 in. wide)
Cont80Continuous form paper (8 in. wide)
DLDL-sized (110 x 220mm)
ExecutiveExecutive-sized paper (7.25 x 10.5 in.)
LedgerLedger-sized paper (17 x 11 in.)
LegalLegal-sized paper (8.5 x 14 in.)
LetterStandard letter-sized paper (8.5 x 11 in.)
MonarchMonarch-sized paper (7.25 x 10.5 in.)
NoneNo paper source is specified.
Number10Envelopes for this source are number 10-sized (4.125 x 9.5 in.).
Number9Envelopes for this source are number 9-sized (3.875 x 8.875 in.).
SameSpecifies that InfoConnect should use the currently configured host value for the primary paper source.
WindowsSpecifies that InfoConnect should use the currently configured value for the primary paper source specified for the default Windows printer.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.PrintDevicePaperSourceOption

See Also