The PrintUtils type exposes the following members.

Constructors

  NameDescription
PrintUtils
Initializes a new instance of the PrintUtils class

Methods

  NameDescription
AutoSetLabelLength
It automatically sets the label length. Depending on the size of the label, the printer feeds one or more blank labels.
CopyObject
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.
CutLabel
It cuts the label when the printer is in the Delayed Cutter PRINT MODE.
DeleteObject
It deletes objects, graphics, fonts, and stored formats from printer's storage areas. Objects can be deleted selectively or in groups.
DownloadConvertTrueTypeFontToSoftFontOverloaded.
DownloadImage
It downloads an image file to the printer's storage devices.
DownloadUnboundedTrueTypeFontOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExecuteCommand
It sends the specified commands to the printer.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
PausePrinting
It stops printing after the current label is complete (if one is printing) and places the printer in Pause Mode.
PrintConfiguration
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.
PrintDirectory
It prints a label listing barcodes, objects stored in DRAM, or fonts.
ResetPrinter
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.
SetDarkness
It adjusts the darkness relative to the current darkness setting.
SetFontIdentifier
It assigns a single alphanumeric character to a font stored in DRAM, memory card, EPROM, or Flash.
SetMediaTracking
It sets the type of media used (continuous or non-continuous) for purposes of tracking.
SetMediaType
It selects the type of media being used (Thermal Transfer or Direct Thermal) in the printer.
SetPrinterFactoryConfiguration
It reloads the printer's factory configuration.
SetPrintMode
It determines the action the printer takes after a label or group of labels has printed.
StartPrinting
It causes a printer in Pause Mode to resume printing.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
PrinterSettings
Gets or sets information about the thermal printer used for printing.

See Also