Click or drag to resize

ZebraPrinter Methods

The ZebraPrinter type exposes the following members.

Methods
  Name Description
Public method Calibrate Sends the appropriate calibrate command to the printer.
(Inherited from ToolsUtil)
Public method GetCurrentStatus Returns a new instance of PrinterStatus that can be used to determine the status of a printer.
Public method GetVariableFields Returns a list of descriptors of the variable fields in this format.
(Inherited from FormatUtil)
Public method PrintConfigurationLabel Sends the appropriate print configuration command to the printer.
(Inherited from ToolsUtil)
Public method PrintImage(String, Int32, Int32) Prints an image from the connecting device file system to the connected device as a monochrome image.
(Inherited from GraphicsUtil)
Public method PrintImage(String, Int32, Int32, Int32, Int32, Boolean) Prints an image from the connecting device file system to the connected device as a monochrome image.
(Inherited from GraphicsUtil)
Public method PrintImage(ZebraImageI, Int32, Int32, Int32, Int32, Boolean) Prints an image to the connected device as a monochrome image.
(Inherited from GraphicsUtil)
Public method PrintStoredFormat(String, DictionaryInt32, String) Prints a stored format on the printer, filling in the fields specified by the Dictionary.
(Inherited from FormatUtil)
Public method PrintStoredFormat(String, String) Prints a stored format on the printer, filling in the fields specified by the array.
(Inherited from FormatUtil)
Public method PrintStoredFormat(String, DictionaryInt32, String, String) Prints a stored format on the printer, filling in the fields specified by the Dictionary.
(Inherited from FormatUtil)
Public method PrintStoredFormat(String, String, String) Prints a stored format on the printer, filling in the fields specified by the array.
(Inherited from FormatUtil)
Public method Code example Reset Sends the appropriate reset command to the printer.
(Inherited from ToolsUtil)
Public method RestoreDefaults Sends the appropriate restore defaults command to the printer.
(Inherited from ToolsUtil)
Public method RetrieveFileNames Retrieves the names of the files which are stored on the device.
(Inherited from FileUtil)
Public method RetrieveFileNames(String) Retrieves the names of the files which are stored on the device.
(Inherited from FileUtil)
Public method RetrieveFormatFromPrinter(String) Retrieves a format from the printer.
(Inherited from FormatUtil)
Public method RetrieveFormatFromPrinter(Stream, String) Retrieves a format from the printer.
(Inherited from FormatUtil)
Public method RetrieveObjectsProperties Retrieves the properties of the objects which are stored on the device.
(Inherited from FileUtil)
Public method SendCommand(String) Converts the specified command to bytes using the default charset and sends the bytes to the printer.
(Inherited from ToolsUtil)
Public method SendCommand(String, String) Converts the specified command to bytes using the specified charset "encoding" and sends the bytes to the printer.
(Inherited from ToolsUtil)
Public method SendFileContents(String) Sends the contents of a file to the device.
(Inherited from FileUtil)
Public method SendFileContents(String, ProgressMonitor) Sends the contents of a file to the device.
(Inherited from FileUtil)
Public method SetConnection Changes the printer's connection.
Public method StoreImage(String, String, Int32, Int32) Stores the specified image to the connected printer as a monochrome image.
(Inherited from GraphicsUtil)
Public method StoreImage(String, ZebraImageI, Int32, Int32) Stores the specified image to the connected printer as a monochrome image.
(Inherited from GraphicsUtil)
Top
See Also