CalibrationTable Enumeration
|
Specifies a specific calibration table contained in the printer.
Namespace:
Zebra.Sdk.Card.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public enum CalibrationTable
Public Enumeration CalibrationTable
public enum class CalibrationTable
Members
| Member name | Value | Description |
---|
| LUT1Installed | 1 |
Name of the installed Lut 1.
|
| LUT2Installed | 2 |
Name of the installed Lut 2.
|
| LutsInstalled | 3 |
Name of the installed Lut 3.
|
| LUT1Default | 129 |
Name of the default Lut 1.
|
| LUT2Default | 130 |
Name of the default Lut 2.
|
| LUTsDefault | 131 |
Name of the default Lut 3.
|
Remarks For ZMotif Series printers only.
See Also