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


In This Topic
    PrintPaperSourceOption Enumeration
    In This Topic
    Options for specifying the paper source to use for the current default Windows printer.
    Syntax
    'Declaration
     
    
    Public Enum PrintPaperSourceOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintPaperSourceOption
    public enum PrintPaperSourceOption : System.Enum 
    Members
    MemberDescription
    AutoAuto source.
    Cassette 
    EnvelopeEnvelope.
    EnvelopeManualEnvelope manual.
    FormSource 
    LargeCapacity 
    LargeFormat 
    LowerLower tray.
    ManualManual
    MiddleMiddle tray.
    SmallFormat 
    Tractor 
    UpperUpper tray.
    WindowsWindows default.
    Inheritance Hierarchy

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

    See Also