Specifies the print mode for the thermal printer.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public enum PrintMode
Visual Basic (Declaration)
Public Enumeration PrintMode
Visual C++
public enum class PrintMode

Members

Member nameDescription
TearOff
After printing, the label advances so the web is over the tear bar. The label, with liner attached, can be torn off manually.
PeelOff
After printing, the label moves forward and activates a Label Available Sensor. Printing stops until the label is manually removed from the printer.
Rewind
The label and backing are rewound on an (optional) external rewind device. The next label is positioned under the printhead (no backfeed motion).
Applicator
When used with an application device, the label move far enough forward to be removed by the applicator and applied to an item.
Cutter
After printing, the media feeds forward and is automatically cut into predetermined lengths.
DelayedCutter
The label is cut when printer receives a "CutLabel" command.

See Also