Package | Description |
---|---|
com.zebra.sdk.common.card.containers |
Provides containers for Zebra Card Printer objects.
|
com.zebra.sdk.common.card.job |
Provides interfaces for card print job related functions.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<GraphicsInfo> |
TemplateJob.graphicsData
List of GraphicsInfo instances containing details of the images to be printed.
|
Modifier and Type | Method and Description |
---|---|
int |
JobUtil.print(int copies,
java.util.List<GraphicsInfo> graphicsData)
Prints a card with the images provided.
|
int |
JobUtil.printAndMagEncode(int copies,
java.util.List<GraphicsInfo> graphicsData,
String track1Data,
String track2Data,
String track3Data)
Encodes the magnetic encoding data and prints a card with the images provided.
|
© 2016 ZIH Corp. All Rights Reserved.