PowerTCP Emulation for .NET
Printer Property




Gets or sets a value that indicates name of the printer to be used for printing operations.
Syntax
<DefaultValueAttribute()>
Public Property Printer As String
Dim instance As Vt
Dim value As String
 
instance.Printer = value
 
value = instance.Printer
[DefaultValue()]
public string Printer {get; set;}
[DefaultValue()]
public: __property string* get_Printer();
public: __property void set_Printer( 
   string* value
);
[DefaultValue()]
public:
property String^ Printer {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying the name of the printer to be used.
Remarks

The default value is "default", to indicate the default system printer should be used. Set this value to the name of a printer (as displayed in the Printer Common Dialog Box) to specify a printer by name. If this value is set to an empty string, the user will be prompted to select a printer each time a printing operation is started.

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