NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrinterSettings.PrinterName

Gets or sets the name of the printer.

[Visual Basic]
Public Property PrinterName As String
[C#]
public string PrinterName {get; set;}
[C++]
public: __property String* get_PrinterName();
public: __property void set_PrinterName(String*);
[JScript]
public function get PrinterName() : String;
public function set PrinterName(String);

Property Value

The name of the printer.

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | Copies | DefaultPageSettings | Duplex | FromPage | LandscapeAngle | MaximumCopies | MaximumPage | MinimumPage | PrintRange | ToPage