Using the Zebra ZXP Series 3 Card Printer SDK for C#, which method tells me if the printer had a successful print?

J Joshua Preston 3 years ago
66 2 0

Using the Zebra Technologies - Card ID Printing – Zebra Card SDK for ZXP Series 3 Printers – C# , which method tells me if the printer had a successful print?
 
How should I go about checking that?
 
I want to do something like
 
if Printer Had A Successfull Print
Start Next Print Job
else
Throw Error Msg
 
rwest a7f701db-b372-4452-89c2-c81f95a859aa
 
UPDATE: I found a method IsPrinterReady() I'm going to try and use that

Please register or login to post a reply

2 Replies

S Stephen Troup

While the job is still open i.e. right after you issue the print command you can call GetJobStatus in a loop which is on page 16 of the sdk manual.

When you get the printingStatus contains "done_ok" then it's completed successfully. If you look in the example code with the sdk there is a function called AtSmartCardStation which illustrates how it's used.

J Joshua Preston

Unforunately I am using: Zebra Technologies - Card ID Printing – Zebra Card SDK for ZXP Series 3 Printers – C# , and I do not have GetJobStatus()

CONTACT
Can’t find what you’re looking for?