Click or drag to resize

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
Members
  Member nameValueDescription
Eject0 Sends the card to the eject bin.
Reject1 Sends the card to the reject bin.
Hold2 Holds the card inside the printer.
Feeder3 Returns the card to the feeder.
LaminatorTop4 Sends the card to the laminator for top lamination.
LaminatorBottom5 Sends the card to the laminator for bottom lamination.
LaminatorBoth6 Sends the card to the laminator for top and bottom lamination.
LaminatorNone7 Sends the card to the laminator for no lamination.
LaminatorAny8 Sends the card to the laminator regardless of installed laminate.
See Also