PowerTCP Emulation for .NET
Print Property




Gets or sets a PrintType specifying how printing should occur.
Syntax
<DefaultValueAttribute()>
Public Property Print As PrintType
Dim instance As Vt
Dim value As PrintType
 
instance.Print = value
 
value = instance.Print
[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);
}

Property Value

A PrintType value. The default value is PrintType.Off.
Remarks

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.

See Also

Reference

Vt Class
Vt Members


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