Disable Save As capabilities

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
ap_mi
User
Posts: 47
Joined: Mon Aug 31, 2015 11:38 pm

Disable Save As capabilities

Post by ap_mi »

Is there a property we can set in order to disable all "Save As" and "Open" capabilities? I'm trying to prevent users from opening any new files and saving to new files.

Any help is appreciated.

Thanks.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Disable Save As capabilities

Post by Tracker Supp-Stefan »

Hello ap_mi,

You can disable pretty much all commands in the UI:

Code: Select all

SetProperty("Commands["Print"].State", "Offline", 0);
as explained here: https://help.pdf-xchange.com/DEV/de ... _a_command

And this is the list of commands:
https://help.pdf-xchange.com/DEV/de ... mmand_list

Regards,
Stefan
Post Reply