Show / Hide Table of Contents

Class InstalledPrinter

It represents a printer installed in the client machine with an associated OS driver.

Inheritance
System.Object
ClientPrinter
InstalledPrinter
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
public class InstalledPrinter : ClientPrinter

Constructors

InstalledPrinter()

Creates an instance of the InstalledPrinter class.

Declaration
public InstalledPrinter()

InstalledPrinter(String)

Creates an instance of the InstalledPrinter class with the specified printer name.

Declaration
public InstalledPrinter(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
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com