0
このコードを使用して、イメージをゼブラプリンタに印刷しています。Zebra Link-Os SDKで印刷
ZebraPrinterConnection connection = new TcpPrinterConnection(ipAddress,port);
connection.Open();
ZebraPrinter printer = ZebraPrinterFactory.GetInstance(connection);
printer.GetGraphicsUtil().PrintImage("imageAddress");
それが正常に動作しますが、いくつかの回は、プリンタが印刷されないとのコードで、私はすべてのエラーを取得いけません。物理的にラベルが印刷されているかどうかを確認する方法はありますか?