EndPage method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

short EndPage(long hDC);

Overview

Refer to Redirecting to a Printer Redirection List

Remarks

Ends a page of print job.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

This method gives the device driver an indication that the application has finished writing to a page. This method is typically used to direct the device driver to advance to a new page.

This method is usually used to direct the device driver to advance to a new page.

If you called StartPage method you must call EndPage method after using the device context returned by one of the CreateXXXDC

See Also

Elements:

CreateSaveDC method, CreateEmailDC method, DeleteDC method, StartDoc method, EndDoc method, StartPage method, CreateRedirectionDC method

Topics:

ePrint: Print Job