The PrintUtils type exposes the following members.

Constructors

  NameDescription
Public methodPrintUtils

Methods

  NameDescription
Public methodStatic memberAutoSetLabelLength
It automatically sets the label length. Depending on the size of the label, the printer feeds one or more blank labels.
Public methodStatic memberCopyObject
It is used to copy an object or group of objects from one storage device to another. It is similar to the copy function used in PCs.
Public methodStatic memberCutLabel
It cuts the label when the printer is in the Delayed Cutter PRINT MODE.
Public methodStatic memberDeleteObject
It deletes objects, graphics, fonts, and stored formats from printer's storage areas. Objects can be deleted selectively or in groups.
Public methodStatic memberExecuteCommand(String)
It sends the specified commands to the printer.
Public methodStatic memberExecuteCommand(String, PrinterSettings)
It sends the specified commands to the printer.
Public methodStatic memberExecuteCommand(String, Encoding)
It sends the specified commands to the printer.
Public methodStatic memberExecuteCommand(String, Encoding, PrinterSettings)
It sends the specified commands to the printer.
Public methodStatic memberPausePrinting
It stops printing after the current label is complete (if one is printing) and places the printer in Pause Mode.
Public methodStatic memberPrintConfiguration
It prints the printer configuration label. The printer configuration label contains information about the printer setup, such as sensor type, network ID, ZPL mode, firmware version, and descriptive data on the R:, E:, B:, and A: devices.
Public methodStatic memberPrintDirectory
It prints a label listing barcodes, objects stored in DRAM, or fonts.
Public methodStatic memberResetPrinter
It resets all of the printer's internal software, performs a power-on self-test (POST), clears the buffer and DRAM, and resets communication parameters and default values. This method performs the same function as a manual power-on reset.
Public methodStatic memberSetDarkness
It adjusts the darkness relative to the current darkness setting.
Public methodStatic memberSetMediaTracking
It sets the type of media used (continuous or non-continuous) for purposes of tracking.
Public methodStatic memberSetMediaType
It selects the type of media being used (Thermal Transfer or Direct Thermal) in the printer.
Public methodStatic memberSetPrinterFactoryConfiguration
It reloads the printer's factory configuration.
Public methodStatic memberSetPrintMode
It determines the action the printer takes after a label or group of labels has printed.
Public methodStatic memberStartPrinting
It causes a printer in Pause Mode to resume printing.
Public methodStatic memberUploadUnboundedTrueTypeFont(array<Byte>[]()[][], String)
It uploads an Unbounded or Large True Type Font (a font which has more than 256 printable characters) to the printer's storage devices.
Public methodStatic memberUploadUnboundedTrueTypeFont(String, String)
It uploads an Unbounded or Large True Type Font (a font which has more than 256 printable characters) to the printer's storage devices.

Properties

  NameDescription
Public propertyStatic memberPrinterSettings
Gets or sets information about the thermal printer used for printing.

See Also