InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / PrintRangeOption Enumeration


In This Topic
    PrintRangeOption Enumeration
    In This Topic
    Defines options for print range in UTS terminal configuration.
    Syntax
    'Declaration
     
    
    Public Enum PrintRangeOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PrintRangeOption
    public enum PrintRangeOption : System.Enum 
    Members
    MemberDescription
    FullPageSends the full page to the printer
    SelectedSends only the selected data to the printer
    SOEToCursorSends only the data between the Start of Entry (SOE) and the cursor to the printer
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.UTS.PrintRangeOption

    See Also