pages thumbnail pane

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

pages thumbnail pane

Post by ap_mi »

Hello,

I'm trying to simply make the thumbnail pane to appear at viewer startup. I've been trying to do this via the SetProperty property function:
m_cPDFView.SetProperty("Commands[\"ToggleThumbnailsPane\"].State", _variant_t(1), 0);

This does not seem to be working for me. I would expect to see the following:

Image

Any ideas would be helpful.

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

Re: pages thumbnail pane

Post by Tracker Supp-Stefan »

Hello ap_mi,

Please take a look here:
https://help.pdf-xchange.com/DEV/de ... xactphrase

You need to use:

Code: Select all

SetDocumentProperty(4095, "View.Panes["Thumbnails"].Visible", DataIn(1), 0);
Regards,
Stefan
Post Reply