The PrinterSettings type exposes the following members.

Constructors

  NameDescription
Public methodPrinterSettings
Initializes a new instance of the PrinterSettings class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCommunication
Gets information about printer communication. Default value is USB
Public propertyDpi
Gets or sets the printing resolution, in dots per inch, that is supported by the printer. Default value is 203
Public propertyPrinterName
Gets or sets the name of the printer. Default value is an empty string
Public propertyProgrammingLanguage
Gets or sets the core programming language supported by the printer. Default value is ZPL.

See Also