CDC::EndPage

Informs the device that the application has finished writing to a page.

int EndPage( );

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

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

Заметки

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.

Пример

See the example for CDC::StartDoc.

Требования

Header: afxwin.h

См. также

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

CDC Class

CDC Members

Hierarchy Chart

CDC::StartPage

CDC::StartDoc

CDC::Escape