PowerTCP Emulation for .NET
PrintPassThrough Property




Gets or sets whether to bypass printer drivers and write directly to printer when in Controller mode.
Syntax
<DefaultValueAttribute()>
Public Property PrintPassThrough As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.PrintPassThrough = value
 
value = instance.PrintPassThrough
[DefaultValue()]
public bool PrintPassThrough {get; set;}
[DefaultValue()]
public: __property bool get_PrintPassThrough();
public: __property void set_PrintPassThrough( 
   bool value
);
[DefaultValue()]
public:
property bool PrintPassThrough {
   bool get();
   void set (    bool value);
}

Property Value

true if the Vt control should send all bytes to directly to the printer. Useful when controlling the printer via escape sequences is desired. false if the Vt control should use the printer driver to handle printing. The default value is false.
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