Search found 18 matches

by missionRoom
Thu Feb 06, 2020 12:45 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotation outline disappearing
Replies: 4
Views: 7351

Re: Annotation outline disappearing

I've sent a simple example project to the support email. Thanks
by missionRoom
Thu Feb 06, 2020 11:41 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotation outline disappearing
Replies: 4
Views: 7351

Re: Annotation outline disappearing

I'm actually not saving the annotation to a file (it's a poorly named method). I'm just saving it in memory, changing the image collection on the viewer, then changing it back to the original image collection and restoring the annotations from the AnnotationDataCollection. Somewhere in that, the out...
by missionRoom
Wed Feb 05, 2020 4:36 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Annotation outline disappearing
Replies: 4
Views: 7351

Annotation outline disappearing

I'm saving the current annotation data to an object, and restoring it at a later date. But sometimes the outline is disappearing, it is part of the object when I save it but, but when I restore it, it's sometimes null. Any idea why this might be happening? Thanks for any help, Saving public void Ann...
by missionRoom
Mon Jan 27, 2020 3:44 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Set annotation location
Replies: 10
Views: 10756

Re: Set annotation location

I've finally got this all setup, had to renew the PDF license I was using. But setting the ObjectBuildingStyle to RectangularObjectBuildingStyle.CenterObject, seems to still cause the jumping I was trying to avoid (the annotation is initially placed not centered, then jumps to the center). Is this t...
by missionRoom
Thu Jan 23, 2020 4:09 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Set annotation location
Replies: 10
Views: 10756

Re: Set annotation location

I've just looked through my old emails, and have the V9 update. I've updated the license info in my application and it's all working again now.

Thanks for all the help,
by missionRoom
Thu Jan 23, 2020 3:46 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Set annotation location
Replies: 10
Views: 10756

Re: Set annotation location

The inner exception is - "Not correct license."
So it looks like you're right. I'm using the same licensing info as for the previous version, is that correct? Or do we need a new one? We should have a valid license for the components.

Thanks,
by missionRoom
Thu Jan 23, 2020 2:40 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Set annotation location
Replies: 10
Views: 10756

Re: Set annotation location

Thanks for the quick response. That looks like exactly what I want, I need to upgrade to V9 to use this feature by the looks of it. I've downloaded the dlls, and added them to my project, but I'm now getting the attached error when it intialises the annotation viewer, do you know what might be causi...
by missionRoom
Wed Jan 22, 2020 4:45 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Set annotation location
Replies: 10
Views: 10756

Set annotation location

I want to add annotations centered on a mouse click, as opposed to the default positioning (annotations top left at the mouse click position). I've tried setting the location of the annotation data, then calling AddAndBuildAnnotation, but the position is changed to match the default. I can change th...