Specifies the print mode for the thermal printer.

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

Syntax

C#
public enum PrintMode
Visual Basic
Public Enumeration PrintMode
Visual C++
public enum class PrintMode

Members

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

See Also