Image move – Dascom 7010 Programmers Manual ZPL User Manual
Page 56

56
x = image extension
Fixed Value: .GRF
mx = magnification factory on the x-axis
Accepted Values: 1 to 10
Default Value:1
my = magnification factor on the y-axis
Accepted Values:1 to 10
Default Value:1
Example:
The following is an example of using the ^XG command 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
^FO100,300^XGR:SAMPLE.GRF,3,3^FS
^FO100,400^XGR:SAMPLE.GRF,4,4^FS
^FO100,500^XGR:SAMPLE.GRF,5,5^FS
^XZ
^IM
Image Move
Description:
The ^IM command performs a direct move of an image from storage area into the bitmap. The
command is identical to the Recall Graphic command except there are no sizing parameters.
Format: ^IMd:o,x
Parameters:
d = device location of stored object
Accepted Values: E:, B:, R:
Default Value: Search priority
o = object name
Accepted Values: any 1 to 8 character name
Default Value: if no name is entered, UNKNOWN is used
x = extension
Fixed: .GRF