How do I set the storedFormatPath argument of PrintStoredFormatWithVarGraphics using Zebra ZT410 Label Printer from C#

// Expert user has replied.
F Frank Krazer 2 years 10 months ago
2 1 0

I am using the C# SDK example that calls PrintStoredFormatWithVarGraphics. The first argument of PrintStoredFormatWithVarGraphics is storedFormatPath and I do not know what to set this to. The application is trying to print to a Zebra ZT410 Label Printer on the network from a PC.

Please register or login to post a reply

1 Replies

S Steven Si

The PrintStoredFormatWithVarGraphics() API is intended for template printing. The template (or format template) is supposed to be stored already on the printer, either on the flash (E: drive) or in the memory (R: drive) of the printer. For example, if myTemplate.ZPL is already stored on the flash, I would use "E:myTemplate.ZPL" as the format path for the parameter. If you don't have a template already stored on the printer, then this API is not applicable.

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