PrinterInfo

external interface PrinterInfo(source)

Properties

Link copied to clipboard
abstract var description: String

a longer description of the printer's type.

Link copied to clipboard
abstract var displayName: String

the name of the printer as shown in Print Preview.

Link copied to clipboard
abstract var isDefault: Boolean

whether or not a given printer is set as the default printer on the OS.

Link copied to clipboard
abstract var name: String

the name of the printer as understood by the OS.

Link copied to clipboard
abstract var options: Options

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

Link copied to clipboard
abstract var status: Double

the current status of the printer.