Dart.Emulation Namespace > Vt Class : Printer Property |
<DefaultValueAttribute()> Public Property Printer As String
[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); }
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.