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.
How do I set the storedFormatPath argument of PrintStoredFormatWithVarGraphics using Zebra ZT410 Label Printer from C#// Expert user has replied. |
1 Replies
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.