The PrintUtils type exposes the following members.

Constructors

  NameDescription
Public methodPrintUtils
Initializes a new instance of the PrintUtils class

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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExecuteCommand
It sends the specified commands to the printer.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

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

See Also