CDC::StartPage
Visual Studio 2008
Call this member function to prepare the printer driver to receive data.
int StartPage( );
StartPage supersedes the NEWFRAME and BANDINFO escapes.
For an overview of the sequence of printing calls, see the StartDoc member function.
The system disables the ResetDC member function between calls to StartPage and EndPage.
See the example for CDC::StartDoc.