CEditView::PaginateTo

This method puts page numbers on the pages of a print job stored in a specified CPrintInfo object.

At a Glance

Header file: Afxext.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later

Syntax

BOOL PaginateTo(CDC* pDC, CPrintInfo* pInfo)

Parameters

pDC
Pointer to the device context associated with the print job.
pInfo
Pointer to the CPrintInfo object that will be paginated.

Return Values

TRUE indicates success. FALSE indicates failure.

See Also

CEdit,