Search found 4 matches

by Sami.Marzouki
Mon Jan 23, 2012 7:00 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Change/Override Image Loading Path (XMP)
Replies: 5
Views: 7958

Re: Change/Override Image Loading Path (XMP)

I think i've found my answer, i'm going through the annotationcollection and for ReferencedImageAnnotation.Image i'm using the method SetImage to get the image from the database. Is that a good way of using the SDK? It's a good way but not the best. The best way is create annotation class derived f...
by Sami.Marzouki
Mon Jan 23, 2012 6:45 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Change/Override Image Loading Path (XMP)
Replies: 5
Views: 7958

Re: Change/Override Image Loading Path (XMP)

Hi Alex,

I think i've found my answer, i'm going through the annotationcollection and for
ReferencedImageAnnotation.Image i'm using the method SetImage to get the image from the database.

Is that a good way of using the SDK?

Kind regards,

Sami
by Sami.Marzouki
Mon Jan 23, 2012 3:24 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Change/Override Image Loading Path (XMP)
Replies: 5
Views: 7958

Re: Change/Override Image Loading Path (XMP)

Hello Sami, Yes, you can store image and annotations separately. Annotation collection associated with the image can be loaded from file or stream using the AnnotationCollection.Load method: AnnotationViewer.Annotations[0].Load(streamWithAnnotations); Annotation collection associated with the image...
by Sami.Marzouki
Mon Jan 23, 2012 1:29 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Change/Override Image Loading Path (XMP)
Replies: 5
Views: 7958

Change/Override Image Loading Path (XMP)

Hi, Is it possible to override the loading image process and instead get the image from database? When loading annotations from XMP file? example when adding referenced image, I would like to save only the filename and extension in the xmp file but loading the image from database. Kind regards, Sami...