what are the interface, dll, classes I have to call from an external application to print from zebra 22xi4?
Hello, I am helping a mutual customer to print zebra tags from my application, which is heavily based on vbscript, vbasic. What is the application, classes properties, dlls, I have to call once installed the drivers for the 22xi4 printer for starting the printer, specifying the number of labels I need to print and so on?
what are the interface, dll, classes I have to call from an external application to print from zebra 22xi4? |
1 Replies
Hi Tobias,
If you want to print using the xi4 driver and vbscript, set the driver to default printer and use : objFile.InvokeVerbEx( "Print" )
VBScript Scripting Techniques: Printing Files
In standard VB, you have more control over layout and pages and can use the PrintDocument class:
PrintDocument Class (System.Drawing.Printing)