I would like to include a bitmap file when printing. Paint indicates that the size is 7.5" x 10", but it prints out about 1" x 2". If I change my printer resolution from 1200 dpi. Here is the sample code:
'Prt' Œwi 'Create' 'Printer' ('caption' 'Print Bitmap')
'Prt' Œwi 'printername' 'Adobe PDF'
'Prt' Œwi 'orientation' 'landscape'
'Prt' Œwi 'Draw' ('Scale' 3) ('Bitmap' 'C:\Test.bmp' 0 0 720 960)
'Prt' Œwi 'Delete'