Example properties for printed images
You can load and transform images to the printer by supplying parameters with an image file. Image parameters can be changed using the Print Details tab found in the Device Printing dialog. You can load files to the printer without requesting a print job by Omitting the 'Printing format file name' in the Device Printing element. This allows you to load files to the printer without requesting a print job.
pl (printer language)
Determines the image file type on the printer.
Note:The printer language is case sensitive and can be CPCL, ZPL, or LINE_PRINT. The default format is CPCL.
dw (printed dot width)
Determines the printed dot width. The default is set to the original dot width setting for the printer.
In the following Property name and Value example, the image named "logfile.png" transfers to the printer.
Property name | Value |
"$Image0" | @_LocalFilePath + logfile.png" |
"$Image1" | @_LocalFilePath + logfile.png" + "ǀdw^400" |
"$Image2" | @_LocalFilePath + logfile.png" + "ǀ pl^CPCL" |
"$Image3" | @_LocalFilePath + logfile.png" + "ǀdw^400 ǀ pl^CPCL" |
Loading...
There was a problem loading this topic