InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / PrintRange Property


In This Topic
    PrintRange Property
    In This Topic
    Gets or sets the printer range mode.
    Syntax
    'Declaration
     
    
    Property PrintRange As PrintRangeOption
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As PrintRangeOption
     
    instance.PrintRange = value
     
    value = instance.PrintRange
    PrintRangeOption PrintRange {get; set;}
    See Also