Search found 11 matches

by zoao
Fri Jul 24, 2009 8:49 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features suggestion
Replies: 4
Views: 10105

Re: New features suggestion

I forgot this: 9. When you attach an image to AnnotationViewer this starts a thread, and if this thread is working in image If you make a change to the image: brightness, contrast, an error occurs. There should be a way of synchronize the threads that are manipulating the image, the property IsProce...
by zoao
Fri Jul 24, 2009 8:18 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features suggestion
Replies: 4
Views: 10105

New features suggestion

Hi Alex, I Have working in annotationViewer test, and have some suggestions: 1. Save UID in Xml, we need associate another information in annotation (notes, external information, links, etc..), this is only possible if we can identify the annotation between sessions 2. With method BuildAnnotation() ...
by zoao
Thu Jul 23, 2009 9:14 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Problems with SaveWithAnnotations in memorystream
Replies: 4
Views: 8406

Re: Problems with SaveWithAnnotations in memorystream

Hello Alex, I thought that the method SaveWithAnnotations, save the image with the annotations merged, but now noticed that it saves the annotations embedded in the jpg, maintaining the original image. What I want is a method GetImageWithAnnotations of AnnotationController, which merge the image wit...
by zoao
Fri Jul 17, 2009 2:35 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Problems with SaveWithAnnotations in memorystream
Replies: 4
Views: 8406

Re: Problems with SaveWithAnnotations in memorystream

Hello Alex,

I have download the last package, and now there is no error but the annotations is not save in image.
I have testing the demo, and also does not save the annotations.
by zoao
Wed Jul 15, 2009 9:39 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Problems with SaveWithAnnotations in memorystream
Replies: 4
Views: 8406

Problems with SaveWithAnnotations in memorystream

When try save image with annotation using memorystream, this throw exception in Seek() because the stream is close, but the same code for save image without annotation, work correct. byte[] b; using (MemoryStream ms = new MemoryStream()) { mwImageControl1.Viewer.Images[0].SaveWithAnnotations(ms, new...
by zoao
Thu Jul 09, 2009 3:58 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: More Fill Options
Replies: 5
Views: 9746

Re: More Fill Options

Hello Alex, Thanks for the example, this way is very flexible, and great for more complex scenarios, however it seems to me that a future version, the annotations could provide this functionality. I am developing an application for tests and I am impressed with the ease and speed that has been worki...
by zoao
Mon Jul 06, 2009 9:06 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: More Fill Options
Replies: 5
Views: 9746

Re: More Fill Options

Hello Alex,

I need fill a rectangle with a pattern instead of a solid color.
by zoao
Mon Jul 06, 2009 8:17 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: More Fill Options
Replies: 5
Views: 9746

More Fill Options

Hi,

Is possible customize the fill brushes?
I need use HatchBrush: http://msdn.microsoft.com/en-us/library/cwka53ef.aspx

Thanks
by zoao
Fri Nov 14, 2008 3:55 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features request for version 2.1 of VintaSoftAnnotation
Replies: 10
Views: 19958

Re: New features request for version 2.1 of VintaSoftAnnotation

The icons is there: http://www.famfamfam.com/
Maybe you should have some default icons, however it is important that the icon can be set by custom icon
by zoao
Fri Nov 14, 2008 3:34 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features request for version 2.1 of VintaSoftAnnotation
Replies: 10
Views: 19958

Re: New features request for version 2.1 of VintaSoftAnnotation

Hello Alexander, There are cases where it is important to add text in annotations, but because that text can be big he can not always be visible. The icon indicates that a annotation has additional note and can even identify the annotation/note as importantly, error, warning, info, ... Another impor...