Class dymo.label.framework.PrinterInfo
Constructor Attributes | Constructor Name and Description |
---|---|
One element returned by dymo.label.framework.getPrinters
|
Field Attributes | Field Name and Description |
---|---|
Indicates whether the Auto-Cut feature is supported by the printer or not.
|
|
Indicates whether the printer is connected to a computer or not.
|
|
Indicates whether the printer is a local USB-connected printer or a shared network printer.
|
|
Indicates whether the printer is a "LabelWriter Twin Turbo" (has two rolls) or not.
|
|
Returns the printer model/driver name.
|
|
Returns the printer name (print queue name on Mac).
|
|
Returns the printer type; "LabelWriterPrinter" or "TapePrinter".
|
Class Detail
dymo.label.framework.PrinterInfo()
One element returned by dymo.label.framework.getPrinters
Field Detail
isAutoCutSupported
Indicates whether the Auto-Cut feature is supported by the printer or not. Note: The property is only defined if printerType is "TapePrinter".
isConnected
Indicates whether the printer is connected to a computer or not. Note: Currently only returns properly for local USB-connected printers on Windows.
isLocal
Indicates whether the printer is a local USB-connected printer or a shared network printer. Note: Currently only returns properly on Windows.
isTwinTurbo
Indicates whether the printer is a "LabelWriter Twin Turbo" (has two rolls) or not. Note: The property is only defined if printerType is "LabelWriterPrinter".
modelName
Returns the printer model/driver name.
name
Returns the printer name (print queue name on Mac).
printerType
Returns the printer type; "LabelWriterPrinter" or "TapePrinter".