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


PrintModeOption Enumeration
Defines options for printer key command in UTS terminal configuration.
Syntax
'Declaration
 
Public Enum PrintModeOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As PrintModeOption
Members
MemberDescription
FORMCauses a selective data transfer to the printer in which all protected characters are replaced with spaces.
PRNTTransfers the entire message to the peripheral printer
XPARSuppresses cursor return codes. Cursor returns at the end of each display line is not seen by the peripheral printer, and the data transferred is treated as one continuous line of data.
Inheritance Hierarchy

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

See Also