Hello Lu,
Thank you for suggestion, we will see what we can do.
Best regards, Alexander
Search found 1610 matches
- Wed Apr 29, 2009 8:40 am
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Font decoration in Annotation Textbox
- Replies: 6
- Views: 10291
- Wed Apr 29, 2009 8:38 am
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Hyperlink in Textbox?
- Replies: 7
- Views: 9820
Re: Hyperlink in Textbox?
Hello Ian, When will the next version be made available? New version of VintaSoftImaging.NET Library will be released in 2-3 weeks. Do you have any example code showing how I could extend a current control as a workaround in the meantime? Next code creates StampAnnotation object with "URL style": St...
- Tue Apr 28, 2009 8:51 am
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Hyperlink in Textbox?
- Replies: 7
- Views: 9820
Re: Hyperlink in Textbox?
Yes, we will add UrlAnnotation to a list of standard annotations in next version of library.
Best regards, Alexander
Best regards, Alexander
- Tue Apr 28, 2009 8:48 am
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Can I add context menus to annotations?
- Replies: 8
- Views: 11152
Re: Can I add context menus to annotations?
Hi Ian
Best regards, Alexander
Ok, we will add ability to use different fonts for preview and editing for TextAnnotation in 2-3 days.is there any way you could add another setting that keeps the "data entry" font size the same no matter what the "text display" font size is?
Best regards, Alexander
- Tue Apr 28, 2009 8:34 am
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Possible inconsistencies in codebase?
- Replies: 3
- Views: 7486
Re: Possible inconsistencies in codebase?
Hi Ian, Why do you have to cast the BaseEncoder when saving the ImageCollection but you don't have to cast the BaseEncoder when you save the VintaSoft image, despite them having the same method signatures? I'm not sure that I have understood the question, please explain. Why is it that when you save...
- Mon Apr 27, 2009 4:34 pm
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Possible inconsistencies in codebase?
- Replies: 3
- Views: 7486
Re: Possible inconsistencies in codebase?
Hi Ian,
ImageCollection is a collection of images so it can be saved only to multipage image file, i.e.TIFF or PDF file. Image collection cannot be saved to single PNG or BMP file because these formats does not support storing of multiple images in file.
Best regards, Alexander
ImageCollection is a collection of images so it can be saved only to multipage image file, i.e.TIFF or PDF file. Image collection cannot be saved to single PNG or BMP file because these formats does not support storing of multiple images in file.
Best regards, Alexander
- Mon Apr 27, 2009 2:10 pm
- Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
- Topic: New features request for version 3.0 of VintaSoftImaging.NET
- Replies: 6
- Views: 12426
Re: New features request for version 3.0 of VintaSoftImaging.NET
Hello Misha,
Yes, we have JPEG2000 and WPF in our future plans.
Best regards, Alexander
Yes, we have JPEG2000 and WPF in our future plans.
Best regards, Alexander
- Mon Apr 27, 2009 1:35 pm
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Rotating annotations
- Replies: 6
- Views: 10690
Re: Rotating annotations
Hi Ian, Thank you for good question. Here is correct code for 90 degree rotation: VintasoftImage vsImage = annotationViewer1.Images[0]; int imageWidth = vsImage.Width; int imageHeight = vsImage.Height; vsImage.Rotate(90); foreach (AnnotationBase ab in annotationViewer1.Annotations.SelectedCollection...
- Mon Apr 27, 2009 1:19 pm
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Font decoration in Annotation Textbox
- Replies: 6
- Views: 10291
Re: Font decoration in Annotation Textbox
Hello Lu,
You want to use some texts with different fonts in the single annotation. Have I understood you correctly?
Best regards, Alexander
You want to use some texts with different fonts in the single annotation. Have I understood you correctly?
Best regards, Alexander
- Mon Apr 27, 2009 1:16 pm
- Forum: VintaSoft Annotation .NET Plug-in Discussions
- Topic: Hyperlink in Textbox?
- Replies: 7
- Views: 9820
Re: Hyperlink in Textbox?
Hello Ian,
You can use StampAnnotation as a base for UrlAnnotation. Ability to receive notification when mouse event is fired (clicked, double clicked, etc) will be added in 2-3 weeks.
Best regards, Alexander
You can use StampAnnotation as a base for UrlAnnotation. Ability to receive notification when mouse event is fired (clicked, double clicked, etc) will be added in 2-3 weeks.
Best regards, Alexander