~DGDownload Graphics
~DG configures download Graphics. It applies to the printer session and subsequent formats and changes job or printer-session state used while processing labels.
These are code examples only. This printer or session command does not produce a standalone label image.
dDevice to store the image
Sets device to store the image. It can be omitted when the documented default is suitable.
- Default
R:- Required
- No
R:d variations
Compare values side by side; other parameters remain at representative defaults.
d = R:
Uses R: for device to store the image while the other command values stay at representative defaults.
~DGR::ICON.GRF,8,1,FF818181818181FF
d = E:
Uses E: for device to store the image while the other command values stay at representative defaults.
~DGE::ICON.GRF,8,1,FF818181818181FF
oImage name
Sets image name. It can be omitted when the documented default is suitable.
- Default
if a name is not specified, UNKNOWN is used- Required
- No
OBJECT18o variations
Compare values side by side; other parameters remain at representative defaults.
o = OBJECT
Uses OBJECT for image name while the other command values stay at representative defaults.
~DGR:OBJECT.GRF,8,1,FF818181818181FF
o = 1
Uses 1 for image name while the other command values stay at representative defaults.
~DGR:1.GRF,8,1,FF818181818181FF
xExtension
Sets extension. It can be omitted when the documented default is suitable.
- Required
- No
GRFx variations
Compare values side by side; other parameters remain at representative defaults.
x = GRF
Uses GRF for extension while the other command values stay at representative defaults.
~DGR:ICON.GRF,8,1,FF818181818181FF
x = GRF2
Uses GRF2 for extension while the other command values stay at representative defaults.
~DGR:ICON.GRF2,8,1,FF818181818181FF
tTotal number of bytes in the graphic
Sets total number of bytes in the graphic. It can be omitted when the documented default is suitable.
- Required
- No
0t variations
Compare values side by side; other parameters remain at representative defaults.
t = 0
Uses 0 for total number of bytes in the graphic while the other command values stay at representative defaults.
~DGR:ICON.GRF,0,1,FF818181818181FF
t = 1
Uses 1 for total number of bytes in the graphic while the other command values stay at representative defaults.
~DGR:ICON.GRF,1,1,FF818181818181FF
wNumber of bytes per row
Sets number of bytes per row. It can be omitted when the documented default is suitable.
- Required
- No
0w variations
Compare values side by side; other parameters remain at representative defaults.
w = 0
Uses 0 for number of bytes per row while the other command values stay at representative defaults.
~DGR:ICON.GRF,8,0,FF818181818181FF
w = 1
Uses 1 for number of bytes per row while the other command values stay at representative defaults.
~DGR:ICON.GRF,8,1,FF818181818181FF
dataASCII hexadecimal string defining image
Sets aSCII hexadecimal string defining image. It can be omitted when the documented default is suitable.
- Required
- No
textdata variations
Compare values side by side; other parameters remain at representative defaults.
data = text
Uses text for aSCII hexadecimal string defining image while the other command values stay at representative defaults.
~DGR:ICON.GRF,8,1,text
data = text2
Uses text2 for aSCII hexadecimal string defining image while the other command values stay at representative defaults.
~DGR:ICON.GRF,8,1,text2
Primary source
Official Zebra reference
Use the manufacturer reference for printer- and firmware-specific behavior beyond ZPLr’s pinned rendering profile.