Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this member function to retrieve the number of pages in the document.
BOOL GetPageCount(
LPLONG pnFirstPage,
LPLONG pcPages
);
Parameters
pnFirstPage
A pointer to the number of the document's first page. Can be NULL, which indicates the caller doesn't need this number.pcPages
A pointer to the total number of pages in the document. Can be NULL, which indicates the caller doesn't need this number.
Return Value
Nonzero if successful; otherwise 0.
Requirements
Header: afxole.h