Search found 7 matches

by betterRunner
Fri Nov 30, 2018 7:00 am
Forum: PDF-XChange Viewer SDK
Topic: Annotation content
Replies: 7
Views: 6855

Re: Annotation content

Got it, thank you Stefan!
by betterRunner
Wed Nov 28, 2018 3:43 am
Forum: PDF-XChange Viewer SDK
Topic: Annotation content
Replies: 7
Views: 6855

Re: Annotation content

Hello Stefan,

The api you mentioned works, and we are now actually plan to use the Editor SDK for some other reasons.

So how to achieve this in Editor SDK? The functions' name seem have changed.

Thanks.
by betterRunner
Mon Nov 26, 2018 10:24 am
Forum: PDF-XChange Editor SDK
Topic: How to add event listener
Replies: 5
Views: 1380

Re: How to add event listener

Hello Alex,

Thanks for your help, it works after adding e_annots_inserted in enum as what you said.

Thanks.
by betterRunner
Mon Nov 26, 2018 1:03 am
Forum: PDF-XChange Editor SDK
Topic: How to add event listener
Replies: 5
Views: 1380

Re: How to add event listener

Hello Alex, Thanks for the help. The pdfCtl_OnEvent does receive a lot of events like scrolling the page and so on. But I found it does not trigger when adding one highlight annotation, where the e.annots.inserted should be called. So why is that, actually I can even see the code (commented) in pdfC...
by betterRunner
Sat Nov 24, 2018 10:47 am
Forum: PDF-XChange Editor SDK
Topic: How to add event listener
Replies: 5
Views: 1380

How to add event listener

Hi all, I am sorry but I am a newer of PDF-XChange Editor SDK, and I think I can not figure out where to add the event listener in the fulldemo of Editor SDK in c#. To be specific, I know that for example the event of adding annotation can be looked up in https://sdkhelp.pdf-xchange.com/view/PXV:PXV...
by betterRunner
Sat Nov 24, 2018 3:32 am
Forum: PDF-XChange Viewer SDK
Topic: Annotation content
Replies: 7
Views: 6855

Re: Annotation content

Hello Stefan, Thanks for your help. The code did work in Viewer SDK as well. I just got another question about the "annotation quads" if you don't mind, that is: Since I got the quads of one annotation, together with page number, am I able to jump to the annotation by program? (I know by c...
by betterRunner
Fri Nov 23, 2018 9:32 am
Forum: PDF-XChange Viewer SDK
Topic: Annotation content
Replies: 7
Views: 6855

Annotation content

Hi there, I got a question that is the PDF-XChange Viewer SDK owns the ability to extra the contens of annotation (highlight and etc.). A similar question is here: https://forum.pdf-xchange.com/viewtopic.php?f=36&t=29104&p=113906&hilit=text#p113906 but the answer is about Editor SDK, I w...