PrintEnd method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void PrintEnd (long hDC);

Overview

Refer to Printing an Image.

Remarks

Ejects the page and ends the print job.

Use the PrintStart method to begin a print job; use the Render method to print an image; then use the PrintEnd method to eject the page and end the print job.

See Also

Elements:

Render method, PrintStart method

Topics:

Raster Images: Printing Images