Search found 56 matches

by IntegraMike
Fri Jan 03, 2020 10:44 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Finding the page an annotation is on in code
Replies: 2
Views: 1156

Re: Finding the page an annotation is on in code

We're looking to note the page number of the document that the annotation is on so thanks for confirming we're doing the right thing!
by IntegraMike
Mon Dec 09, 2019 9:26 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Finding the page an annotation is on in code
Replies: 2
Views: 1156

Finding the page an annotation is on in code

Hello, We're currently in the process of implementing the ability for our application to update annotations through code/business logic and one of the strange things we ran into is in order to get the page that an annotation is on we have to call PdfAnnotation.Document.Pages.IndexOf(PdfAnnotation.Pa...
by IntegraMike
Mon Dec 09, 2019 9:18 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Updating ImageViewer's display after Programatically updating form fields
Replies: 1
Views: 1040

Updating ImageViewer's display after Programatically updating form fields

Hello, When setting the value of form fields programatically, the image viewer is not updating even though they are backed by the same stream. Is there a good way to solve this problem? Currently the best I have found is to called PdfDocument.SaveChanges then clear the images in the ImageViewer, the...
by IntegraMike
Wed Dec 04, 2019 8:58 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Working with Popup Annotations
Replies: 7
Views: 1717

Re: Working with Popup Annotations

Hi Alex, Thanks for the quick response and the additional features in the next version! One other thing we will be doing with these popups is using them to reply to other popups or annotations, if there is a way you could also support that functionality natively for us that would be very helpful. Ou...
by IntegraMike
Tue Dec 03, 2019 8:27 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Working with Popup Annotations
Replies: 7
Views: 1717

Re: Working with Popup Annotations

Hi Alex,

I need to be able to both interact and add new ones.

Thanks!
by IntegraMike
Mon Dec 02, 2019 11:37 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Working with Popup Annotations
Replies: 7
Views: 1717

Working with Popup Annotations

Hello, I am working on implementing annotations in our application and am running into an issue with Popup annotations. It appears that there is no PdfPopupAnnotation object (unlike other standard PDF annotation types ex. PdfLineAnnotation), the Popup type does exist in the AnnotationType enum howev...