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()
Function GetTestPrintImageNames As List(Of String)
List<String^>^ GetTestPrintImageNames()
Return Value
Type:
ListStringA
List of the available test print image names.
Exceptions Exception | Condition |
---|
ConnectionException | If the device is busy or there is a error communicating with the printer. |
SettingsException | If an error occurs while retrieving the test print image names. |
ZebraCardException | If the printer model is not supported or a printer error occurs. |
Remarks For ZC Series printers only.
See Also