Search found 4 matches

by Neralem
Fri Jun 14, 2019 3:56 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: AnnotationViewer with multiple pages
Replies: 1
Views: 4841

Re: AnnotationViewer with multiple pages

Nervermind. I just had to use the AnnotationController and the GetAnnotations(int index) Method. Thanks anyway. Hope this helps someone else.
by Neralem
Fri Jun 14, 2019 2:39 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: AnnotationViewer with multiple pages
Replies: 1
Views: 4841

AnnotationViewer with multiple pages

Hi, maybe i'm just too dumb, but how can i programmatically add annotations inside a WpfAnnotationViewer on multiple pages? I've got an instance of PdfDocument and extract an ImageCollection with the PdfPage.Render() funktion on each page. I've assigned this ImageCollection to the Images property of...
by Neralem
Fri Jun 14, 2019 2:31 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: programmatically added annotation - location wrong
Replies: 2
Views: 4929

Re: programmatically added annotation - location wrong

Thank you Alex. This works. Couldn't find that hint in the documentation. Maybe someone forgot to write that down?^^
by Neralem
Thu Jun 06, 2019 10:44 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: programmatically added annotation - location wrong
Replies: 2
Views: 4929

programmatically added annotation - location wrong

Hi, i'm sending images to a REST API and receiving some information like boundingboxes related to this image. Those bb's are described over x,y,with,height in Pixels. Now i want to add rectangle annotations with a transparent filling to visualize those bb's and show the result in an WpfAnnotationVie...