PrintStart method (Main Control)

Visual Basic example
Visual C++ 4.0 example

Syntax OLE_HANDLE PrintStart ();

Overview:  Refer to Printing an Image.

Remarks

Starts a print job on the default printer.

This method returns an hDC that you can use when calling the Render method to print an image.

To eject the page and end the print job, call the PrintEnd method.

See Also

Elements:  Render method, PrintEnd method

Topics:  Raster Images: Printing Images