The ZebraPrinter type exposes the following members.

Methods

  NameDescription
GetCurrentStatus
Returns a new instance of PrinterStatus that can be used to determine the status of a printer. Each invocation of this method will result in a query of the connected printer. If more than one status value is to be read, it is recommended that a copy of PrinterStatus is stored locally.
GetFileUtil
Returns an instance of a FileUtil object which contains convenience methods to interact with files on a Zebra printer.
GetFormatUtil
Returns an instance of a FormatUtil object which contains convenience methods to interact with formats on a Zebra printer.
GetGraphicsUtil
Returns an instance of a GraphicsUtil object which contains convenience methods to interact with graphics.
GetMagCardReader
Returns an instance of a MagCardReader object which contains convenience methods for accessing the printer's magnetic card reader.
GetPrinterControlLanguage
Returns the printer control language (e.g. ZPL or CPCL) of the printer.
GetSmartcardReader
Returns an instance of a SmartcardReader object which contains convenience methods for accessing the printer's smartcard reader.
GetToolsUtil
Returns an instance of a ToolsUtil object which contains convenience methods to perform printer actions. (Restore defaults, calibrate, etc.).

See Also