CAcroApp with Reader
Hi,
according to the sdk documentation, the class CAcroApp can be used to control the application via COM.
However, any function call seems to have zero effect.
I put these lines into the BasicIacVc example provided with the sdk
acroApp = new CAcroApp;
acroApp->CreateDispatch("AcroExch.App", &e);
if (!acroApp) {
AfxMessageBox("Creating Acrobat IAC acroApp failed in BasicIacVc sample.");
return FALSE;
}
acroApp->Exit();
Could you give me some advice?
My goal is to the get the current preferences like the Page Display mode.
Thanks
