Retrieves the number of a document’s first page as well as the total number of pages.
HRESULT GetPageInfo(
LONG *nFirstPage, |
// Pointer to number of first page |
LONG *pcPages |
// Pointer to total number of pages |
); |
Parameters
Return Value