PrintNewPage method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void PrintNewPage (long hDC);

Overview

Refer to Printing an Image

Remarks

Ejects the page and starts a new page without ending 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:

PrintStart method, PrintEnd method, Render method

Topics:

Raster Images: Printing Images