Specifications
The format for the ^XG instruction is:
^XGd:o.x,x,y
where
^XG = Recall Graphic Image
d = Source Device where Image is Stored
{Optional. Default is Search Priority.}
o = Name of Stored Image, 1-8 Alphanumeric Char-
acters
(Default, the name “UNKNOWN” is used.)
x = Extension, 3 Alphanumeric Characters
{Fixed. Will always be .GRF}
x = Magnification Factor Along X-axis
Default value: 1
Minimum value: 1, Maximum value: 10
y = Magnification Factor Along Y-axis
Default value: 1
Minimum value: 1, Maximum value: 10
The following is an example of using the ^XG instruction to recall the
image SAMPLE.GRF from DRAM and print it in 5 different locations
and 5 different sizes on the same label:
^XA
^FO100,100^XGR:SAMPLE.GRF,1,1^FS
^FO100,200^XGR:SAMPLE.GRF,2,2^FS
^FO 100,300^XGR:SAMPLE.GRF,3,3^FS
^FO100,400^XGR:SAMPLE.GRF,4,4^FS
^FO100,500^XG R:SAMPLE.GRF,5,5^FS
^XZ
ZPL II COMMAND REFERENCE 337
C
O
M
M
A
N
D
R
E
F
E
R
E
N
C
E










