Class WindowsDriverPrinter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.SDK.Web
Assembly: cs.temp.dll.dll
Syntax
[Obsolete("Use InstalledPrinter class instead.", false)]
public class WindowsDriverPrinter : ClientPrinter
Constructors
WindowsDriverPrinter()
Creates an instance of the WindowsDriverPrinter class.
Declaration
public WindowsDriverPrinter()
WindowsDriverPrinter(String)
Creates an instance of the WindowsDriverPrinter class with the specified printer name.
Declaration
public WindowsDriverPrinter(string printerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | printerName | The name of the printer installed in the client machine. |
Properties
PrinterName
Gets or sets the name of the printer installed in the client machine. Default value is an empty string.
Declaration
public string PrinterName { get; set; }
Property Value
Type | Description |
---|---|
System.String |