PrintStart method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

long 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