Delphi 2005: I have a PNG image which I convert to PCL.
If I use the raster image as is, with just the raster start & end commands the image prints too large to fit in the page, so I set the DPI Graphics resolution to 600 this works perfectly but since the image is a barcode it requires it to be in a desired height & width which I am not able to set.
I tired using all the below commands but to no avail.
Ec *r#T - raster height # pixels
Ec *r#S - raster width # pixels
Ec *t#V - scaled raster height #
Ec *t#H - scaled raster width #
Please Help
If I use the raster image as is, with just the raster start & end commands the image prints too large to fit in the page, so I set the DPI Graphics resolution to 600 this works perfectly but since the image is a barcode it requires it to be in a desired height & width which I am not able to set.
I tired using all the below commands but to no avail.
Ec *r#T - raster height # pixels
Ec *r#S - raster width # pixels
Ec *t#V - scaled raster height #
Ec *t#H - scaled raster width #
Please Help