^IS — Image Save
Plain English
Saves the current label's bitmap image to the printer's memory. Captures what would be printed as a stored graphic.
When to use
When you want to save a rendered label as a reusable graphic image.
Syntax
^ISd:name.GRF,p
Parameters
| Parameter | Description |
|---|---|
d | Drive letter: R, E, or B |
name.GRF | Filename to save as |
p | Print image after save: Y or N |
Example
^XA ^FO50,50^A0N,30,30^FDCapture this^FS ^ISR:CAPTURE.GRF,Y ^XZ
Render a label and save it as a graphic