Answered
How to get page count in C++
Hi Professionals,
I don'tknow how to add the page count values in C++ . Please guide me ASAP
Hi Professionals,
I don'tknow how to add the page count values in C++ . Please guide me ASAP
Try this,
IDocument* doc = Utils<ILayoutUIUtils>()->GetFrontDocument();
InterfacePtr<IPageList> pagelist(doc, IID_IPAGELIST);
int32 count = pagelist->GetPageCount();
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.