Header menu logo fable-electron-docs-api

PrinterInfo Type

Constructors

Constructor Description

PrinterInfo(name, displayName, description, options)

Full Usage: PrinterInfo(name, displayName, description, options)

Parameters:
    name : string - the name of the printer as understood by the OS.
    displayName : string - the name of the printer as shown in Print Preview.
    description : string - a longer description of the printer's type.
    options : obj - an object containing a variable number of platform-specific printer information.

Returns: PrinterInfo
name : string

the name of the printer as understood by the OS.

displayName : string

the name of the printer as shown in Print Preview.

description : string

a longer description of the printer's type.

options : obj

an object containing a variable number of platform-specific printer information.

Returns: PrinterInfo

Instance members

Instance member Description

this.description

Full Usage: this.description

a longer description of the printer's type.

this.displayName

Full Usage: this.displayName

the name of the printer as shown in Print Preview.

this.name

Full Usage: this.name

the name of the printer as understood by the OS.

this.options

Full Usage: this.options

an object containing a variable number of platform-specific printer information.

Type something to start searching.