PowerTCP Emulation for .NET
PrintType Enumeration




Enumerates the printing types used by the Vt control.
Syntax
Public Enum PrintType 
   Inherits System.Enum
Dim instance As PrintType
public enum PrintType : System.Enum 
__value public enum PrintType : public System.Enum 
public enum class PrintType : public System.Enum 
Members
MemberDescription
Auto Printing occurs line by line as data terminated with a line terminator is received from the host. Received data is displayed on the Vt display.
Controller Printing occurs line by line as data terminated with a line terminator is received from the host. Received data is not displayed on the Vt display.
OffNo automatic printing. Printing must be done explicitly by calling Vt.PrintScreen, Selection.Print, or Vt.PrintCursorLine.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Emulation.PrintType

See Also

Reference

Dart.Emulation Namespace


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic