Hide Standard Stamps

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

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

min_kong
User
Posts: 16
Joined: Mon Jun 16, 2008 9:42 pm

Hide Standard Stamps

Post by min_kong »

Hi,

Is it possible to hide the Standard Stamps and only shows the Custom Stamps?

Thanks,

-mk
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Hide Standard Stamps

Post by Vasyl - PDF-XChange »

In current realization exists one method for this:
1. Please display 'Stamps Palette'(Menu->Tools->Comment And Markup Tools->Show Stamps Palette) and check/uncheck some stamps collections.
2. Call 'SaveSettings' routine
*3. Restore all your settings (and stamps collections visibility also) by 'LoadSettings' at each start of your application.

In the future we planning to add new simple method for this (one special function).
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
min_kong
User
Posts: 16
Joined: Mon Jun 16, 2008 9:42 pm

Re: Hide Standard Stamps

Post by min_kong »

I'm afraid your suggestion won't work in my case.

The best case scenario is:

The viewer shows the 'empty' stamp palette initially, so the user can add their own stamps.


Or alternatively,

The viewer can hide those standard stamp palette by a simple function call.


Or,

The viewer shows the 'user defined' stamps above the 'standard' stamps.


Thanks,

-mk
Corwin - Tracker Sup
User
Posts: 664
Joined: Tue Nov 14, 2006 12:23 pm

Re: Hide Standard Stamps

Post by Corwin - Tracker Sup »

For now the only way to hide standard Stamps Collection is to use SaveSettings/LoadSettings method. Please specify why this method doesn't work for you.