Click or drag to resize

JobUtilZmotifPrintTestCard Method (Byte, Int32, Boolean)

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
int PrintTestCard(
	byte imageNumber,
	int copies,
	bool dualSided
)

Parameters

imageNumber
Type: SystemByte
The test print image number.
copies
Type: SystemInt32
The number of copies to print.
dualSided
Type: SystemBoolean
True to print the test image dual sided.

Return Value

Type: Int32
The ID value assigned to the job.
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 ZMotif series 7, 8, and 9 printers only.
See Also