CardDestination Enumeration
|
Specifies the destination of the card following job completion.
Namespace:
Zebra.Sdk.Card.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public enum CardDestination
Public Enumeration CardDestination
public enum class CardDestination
Members
| Member name | Value | Description |
---|
| Eject | 0 |
Sends the card to the eject bin.
|
| Reject | 1 |
Sends the card to the reject bin.
|
| Hold | 2 |
Holds the card inside the printer.
|
| Feeder | 3 |
Returns the card to the feeder.
|
| LaminatorTop | 4 |
Sends the card to the laminator for top lamination.
|
| LaminatorBottom | 5 |
Sends the card to the laminator for bottom lamination.
|
| LaminatorBoth | 6 |
Sends the card to the laminator for top and bottom lamination.
|
| LaminatorNone | 7 |
Sends the card to the laminator for no lamination.
|
| LaminatorAny | 8 |
Sends the card to the laminator regardless of installed laminate.
|
See Also