CDC::EndPage
Informs the device that the application has finished writing to a page.
int EndPage( );
Return Value
Greater than or equal to 0 if the function is successful, or a negative value if an error occurred.
Remarks
This member function is typically used to direct the device driver to advance to a new page.
This member function replaces the NEWFRAME printer escape. Unlike NEWFRAME, this function is always called after printing a page.
Example
See the example for CDC::StartDoc.
Requirements
Header: afxwin.h