Search found 16 matches

by gpbabu
Fri Aug 24, 2018 4:56 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: DropShadowEffect for WPF Annotation Views
Replies: 6
Views: 8772

Re: DropShadowEffect for WPF Annotation Views

Thanks Alex. We found an approach to burn annotations with effects by setting drawing visual effect to annotation view effect. It works very well. We could get all WPF effects into exported image.

Regards
Babu
by gpbabu
Mon Aug 20, 2018 7:23 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: DropShadowEffect for WPF Annotation Views
Replies: 6
Views: 8772

Re: DropShadowEffect for WPF Annotation Views

Hi Alex, We tried it. Rectangle with transparent fill color causes background shadow cover the fill area instead of showing the shadow for the outline. Also, it does not have a blur effect and only shows hard shadows. You may want to consider supporting in the product as it provides rich feature set...
by gpbabu
Thu Aug 16, 2018 3:54 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: DropShadowEffect for WPF Annotation Views
Replies: 6
Views: 8772

Re: DropShadowEffect for WPF Annotation Views

Hello Yuri, Please see the code. In Annotation viewer, annotation displays properly with a shadow. However, when it is burnt, it does not include the effect. Thanks Babu // Set dropshadow effect for the annotation view. rectangleAnnotationView.Effect = new DropShadowEffect { ShadowDepth = 1, BlurRad...
by gpbabu
Thu Aug 16, 2018 7:48 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: DropShadowEffect for WPF Annotation Views
Replies: 6
Views: 8772

DropShadowEffect for WPF Annotation Views

Hello,

We are using DropShadowEffect for Wpf annotation views (WpfAnnotationView). All effects are visible in the annotation viewer. Is there anyway to burn annotations with DropShadowEffect onto image?

Thanks
Babu
by gpbabu
Fri Jul 20, 2018 5:55 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: File size increase with embedded image annotation in Jpeg format
Replies: 3
Views: 8976

Re: File size increase with embedded image annotation in Jpeg format

Thanks Alex. I just saw 8.6.15.1 release info. We really appreciate your prompt support on this. This is very critical for us.

Regards
Babu
by gpbabu
Sat Jul 14, 2018 5:50 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: File size increase with embedded image annotation in Jpeg format
Replies: 3
Views: 8976

File size increase with embedded image annotation in Jpeg format

Hello Alex, We are using Embedded image annotation with JPeg format for both main file and the embedded image. When we save the file, file size increases significantly. For an embedded jpeg file of size 650K, total image size increases by 10MB. Is library converting Jpeg into PNG for embedded images...
by gpbabu
Fri Jun 01, 2018 11:30 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Border around image displayed in WpfAnnotationViewer
Replies: 4
Views: 7017

Re: Border around image displayed in WpfAnnotationViewer

Hello Alex, Thank you for the input. We were using 8.5 version. Now upgraded to 8.6 and have tried with the WpfAnnotationDemo application and couldn't see the image border. Do we need to make any other changes? Regards Babu <vsai:WpfAnnotationViewer Grid.Row ="0" x:Name="annotationVie...
by gpbabu
Fri Jun 01, 2018 6:12 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Border around image displayed in WpfAnnotationViewer
Replies: 4
Views: 7017

Border around image displayed in WpfAnnotationViewer

Hello Alex,

We are displaying a captured image centered in WpfAnnotationViewer with white background. These captured images have lot of white space. Is there anyway to set a border for the displayed image so that it is visually separated from the background.

Thanks
Babu