Dart.Emulation Namespace > Vt Class : Print Property |
<DefaultValueAttribute()> Public Property Print As PrintType
[DefaultValue()] public PrintType Print {get; set;}
[DefaultValue()] public: __property PrintType get_Print(); public: __property void set_Print( PrintType value );
[DefaultValue()] public: property PrintType Print { PrintType get(); void set ( PrintType value); }
When using the default value of PrintType.Off, printing occurs by explicitly calling the Vt print functions (PrintScreen, Selection.Print, and PrintCursorLine). Set this property to PrintType.Auto or PrintType.Controller to print data automatically as data is received.
If data is received from the host which causes this property to change, the PrintChanged event is raised.
The print font will be the closest available match to the display font.
Unicode character printing is fully supported.