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
Syntaxint PrintTestCard(
	byte imageNumber,
	int copies,
	bool dualSided
)
Function PrintTestCard ( 
	imageNumber As Byte,
	copies As Integer,
	dualSided As Boolean
) As Integer
int PrintTestCard(
	unsigned char 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: 
Int32The ID value assigned to the job.
Exceptions
RemarksFor ZMotif series 7, 8, and 9 printers only.
See Also