Click or drag to resize

JobUtilZmotifGetTestPrintImageNames Method

Queries the printer and returns a list of available test print image names.

Namespace:  Zebra.Sdk.Card.Zmotif.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
List<string> GetTestPrintImageNames()

Return Value

Type: ListString
A List of the available test print image names.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is a error communicating with the printer.
SettingsExceptionIf an error occurs while retrieving the test print image names.
ZebraCardExceptionIf the printer model is not supported or a printer error occurs.
Remarks
For ZC Series printers only.
See Also