Click or drag to resize

JobUtilZmotifPrintTestCard Method (String)

Prints the specified test image.

Namespace:  Zebra.Sdk.Card.Zmotif.Job
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
void PrintTestCard(
	string testPrintName
)

Parameters

testPrintName
Type: SystemString
The test print image name.
Exceptions
ExceptionCondition
ConnectionExceptionIf the device is busy or there is a error communicating with the printer.
SettingsExceptionIf an error occurs while retrieving the printer information.
ZebraCardExceptionIf the printer model is not supported or a printer error occurs.
ZebraIllegalArgumentExceptionIf any of the specified arguments are invalid.
Remarks
For ZC Series printers only.
See Also