Printing an Image

Use the following method to print an image in any device context:

Render method

If you are using FoxPro or Access, you can use the following methods to get the device context of the printer and to control the print job.

PrintEnd method

PrintStart method

Use the following to get the printable dimensions of the default printer:

PrinterScaleHeight property

PrinterScaleWidth property

If you are using Visual Basic you can use the PrintNewPage method to eject a page and start a new page without ending the print job.