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

ParameterDescription
dDrive letter: R, E, or B
name.GRFFilename to save as
pPrint 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

Try it in the playground View all ZPL commands