PrintNewPage method (Main Control)

Visual Basic example

Syntax void PrintNewPage (OLE_HANDLE hDC);

Overview:  Refer to Printing an Image.

Remarks

(Visual Basic only) Ejects the page and starts the next page without ending the print job.

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

Please note that this method is only for Visual Basic. It is not required in other languages.

See Also

Elements:  PrintEnd method, Render method, PrintStart method

Topics:  Raster Images: Printing Images