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