StartPage method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

short StartPage(long hDC);

Overview

Refer to Redirecting to Save to a File

Remarks

Starts a page of a print job.

This method gives the printer driver indication to accept data.

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

Usually, it should be called before using the device context returned by one of the CreateXXXDC methods.

See Also

Elements:

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

Topics:

ePrint: Print Job