'Declaration
Public Enum PrintModeOption Inherits System.Enum
'Usage
Dim instance As PrintModeOption
public enum PrintModeOption : System.Enum
'Declaration
Public Enum PrintModeOption Inherits System.Enum
'Usage
Dim instance As PrintModeOption
public enum PrintModeOption : System.Enum
Member | Description |
---|---|
FORM | Causes a selective data transfer to the printer in which all protected characters are replaced with spaces. |
PRNT | Transfers the entire message to the peripheral printer |
XPAR | Suppresses 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. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.UTS.PrintModeOption