CDC::StartPage

intStartPage();

Remarks

Call this member function to prepare the printer driver to receive data. 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.

Example

See the example for CDC::StartDoc.

CDC OverviewClass MembersHierarchy Chart

See Also   CDC::Escape, CDC::EndPage