PrinterInfo Type
Constructors
| Constructor |
Description
|
Full Usage:
PrinterInfo(name, displayName, description, options)
Parameters:
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
|
Full Usage:
this.description
|
a longer description of the printer's type. |
Full Usage:
this.displayName
|
the name of the printer as shown in Print Preview. |
Full Usage:
this.name
|
the name of the printer as understood by the OS. |
Full Usage:
this.options
|
an object containing a variable number of platform-specific printer information. |
fable-electron-docs-api