How to disable annotation popup with XChange Viewer

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

jarathna
User
Posts: 10
Joined: Fri Feb 21, 2014 8:56 am

How to disable annotation popup with XChange Viewer

Post by jarathna »

Need your help once again.

I have made an annotation (Highlight). When I click it the popup comes with my userid to fill my comments. My requirement is that the popup should not come up. Instead when I click the annotation I should be able to make a web page Javascript pop up to appear. Inside the popup I should have three text boxes. On clicking the popups OK button I should be able to submit the page and persist the values to the database.

I am using PDF XChanger Viewer Active X SDK

My application is an ASP.Net web forms application where I open PDF pages and annotate them.

I should be able to do this action for all other annotation popups as well!!

Would appreciate your advice.

This feature is very crucial for adopting XChanger viewer for making annotations.

Thanks and regards
jarathna
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2445
Joined: Thu Jun 30, 2005 4:11 pm

Re: How to disable annotation popup with XChange Viewer

Post by Vasyl - PDF-XChange »

My requirement is that the popup should not come up.
Try to use it:
pdfViewer.SetProperty("Commenting.AllowOpenPopupsByDblClick", false, 0);

HTH.
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.