Поделиться через


CDC::StartPage

Call this member function to prepare the printer driver to receive data.

int StartPage( );

Возвращаемое значение

Greater than or equal to 0 if the function is successful, or a negative value if an error occurred.

Заметки

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.

Требования

Header: afxwin.h

См. также

Основные понятия

CDC Class

CDC Members

Hierarchy Chart

CDC::Escape

CDC::EndPage