Comment Pane and set option of the 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
prosozial_schmitt
User
Posts: 49
Joined: Tue Dec 28, 2004 9:49 am

Comment Pane and set option of the pane

Post by prosozial_schmitt »

Hello

Is it possible to change the options of the commentPane?

We want to set the "Show Colors" option but cannot find a way to set this option.
We have tried PdfViewer.SetDocumentProperty(documentId, propertyName, dataIn) where propertyName is
"View.Panes[#33204].ShowColors", but this doesn't work.

Have you any idea?

Greetings
Hans-Peter
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17941
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Comment Pane and set option of the pane

Post by Tracker Supp-Stefan »

Hi Hans-Peter,

You will need to turn this one on executing the below:

Code: Select all

PdfViewer.DoVerb(null, "ExecuteCommand", 36339, out vDataOut, 0);
Best,
Stefan
prosozial_schmitt
User
Posts: 49
Joined: Tue Dec 28, 2004 9:49 am

Re: Comment Pane and set option of the pane

Post by prosozial_schmitt »

Hello Stefan,

we've just tried it - great it works :-)

Thank you
Hans-Peter
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17941
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: Comment Pane and set option of the pane

Post by Tracker Supp-Stefan »

You are welcome Hans-Peter :)

Cheers,
Stefan
Post Reply