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


In This Topic
    SuppressSpaces Property
    In This Topic
    Gets or sets a value indicating whether to remove trailing spaces from the printer output.
    Syntax
    'Declaration
     
    
    Property SuppressSpaces As Boolean
    'Usage
     
    
    Dim instance As IUtsTerminal
    Dim value As Boolean
     
    instance.SuppressSpaces = value
     
    value = instance.SuppressSpaces
    bool SuppressSpaces {get; set;}
    See Also