Specifies the print mode for the thermal printer.
Namespace: Neodynamic.SDK.PrintingAssembly: 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 name | Value | Description | |
---|---|---|---|
TearOff | 0 | After printing, the label advances so the web is over the tear bar. The label, with liner attached, can be torn off manually. | |
PeelOff | 1 | After printing, the label moves forward and activates a Label Available Sensor. Printing stops until the label is manually removed from the printer. | |
Rewind | 2 | The label and backing are rewound on an (optional) external rewind device. The next label is positioned under the printhead (no backfeed motion). | |
Applicator | 3 | When used with an application device, the label move far enough forward to be removed by the applicator and applied to an item. | |
Cutter | 4 | After printing, the media feeds forward and is automatically cut into predetermined lengths. | |
DelayedCutter | 5 | The label is cut when printer receives a "CutLabel" command. |