I have made a template file using ZebraDesigner Tool. I want know how to use it in my own winform program not just click print in zebraDesigner. is there anyone can tell me?
How to use *.lbl file to print label in C# program?// Expert user has replied. |
1 Replies
Qiu,
One would not be able to use the .lbl file directly with C#. However, I suggest capturing the ZPL or CPCL output from the Zebra Designer utility. A driver can be configured to print to a file. There is an example shown in the knowledge base article referenced below:
Zebra Technologies - Capture Printer Output to a File using the ZebraDesigner Driver
The file can be reviewed for the ZPL or CPCL that the Zebra Designer packaged created.
Christal