pages thumbnail pane

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

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

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
Stefan - PDF-XChange
Site Admin
Posts: 19851
Joined: Mon Jan 12, 2009 8:07 am

Re: pages thumbnail pane

Post by Stefan - PDF-XChange »

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