LaminatorOffsetType Enumeration
|
Specifies the laminator offset type to get or set.
Namespace:
Zebra.Sdk.Card.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public enum LaminatorOffsetType
Public Enumeration LaminatorOffsetType
public enum class LaminatorOffsetType
Members
| Member name | Value | Description |
---|
| BottomTemperature | 0 |
Bottom laminate temperature offset.
|
| BottomX | 1 |
Bottom laminate x-offset.
|
| CoarseX | 2 |
Coarse x-offset.
|
| LaminationSpeed | 3 |
Lamination speed offset.
|
| PassThruSpeed | 4 |
Pass-thru speed offset.
|
| PatchLength | 5 |
Laminate patch length offset.
|
| TopTemperature | 6 |
Top laminate temperature offset.
|
| TopX | 7 |
Top laminate x-offset.
|
See Also