ImagePrint
This function runs the File > Print
menu command.
Description
ImagePrint();
This function displays the Print dialog box.
PrintPage
Description
PrintPage( intpageflags, intpictype, intsourcex, intsourcey, intsourcew, intsourceh, intdestx, intdesty, intdestw, intdesth, intnumcopies, doublepoimratio);
This function prints picture to the printer selected in the Print Image dialog. Setting sourcex, sourcey, sourcew and sourceh all to 0 causes printing the whole current picture. Set destx (resp. desty) to -1 to center the picture on page horizontally (resp. vertically). Set destw to 0 to maximize the printout. Set desth to 0 to keep the aspect ratio. The PoImRatio parameter is ignored when set to 0 or less.
Parameters