Named Operations

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
milonass
User
Posts: 35
Joined: Tue Oct 06, 2015 1:09 pm

Named Operations

Post by milonass »

I try to use the following code in order to open the Viewer in full screen mode (xchange is an IPdfXView):


VARIANT var;
var.intVal = 33014; //Fullscreen
xchange.DoVerb(_T(""), _T("ExecuteCommand"), var, 0, 0);

This fails and it is the same with almost all other commands. What is going wrong here?

Thank you?

Thomas
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2353
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: Named Operations

Post by Vasyl-Tracker Dev Team »

Hi Thomas.

The FullScreen feature is unsupported in Viewer ActiveX and is available only in end-user mode..
However, in our new Editor SDK its possible to show document in FS-mode programmatically.
and it is the same with almost all other commands.
For example? many commands is document-related and cannot be used when is no one document opened..

Cheers.
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Post Reply