Search found 2320 matches

by Alex
Fri Mar 08, 2024 4:09 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: To open .ANN file in Vintasoft Viewer.
Replies: 5
Views: 161

Re: To open .ANN file in Vintasoft Viewer.

Hello, Do you have any method to convert Custom Annotation to Vintasoft annotation. We do not have ready-to-use algorithm, which allows to convert custom annotation to the Vintasoft annotation, because algorithm can be created only if you know information about type and properties of custom annotati...
by Alex
Fri Mar 08, 2024 4:02 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Hide and Show Annotations in C# Windows Application
Replies: 3
Views: 96

Re: Hide and Show Annotations in C# Windows Application

Hi,

You can show/hide Vintasoft annotation in Windows desktop application (WinForms/WPF) using the AnnotationView.IsVisible property.

Best regards, Alexander
by Alex
Thu Mar 07, 2024 10:09 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 10
Views: 8028

Version 12.3.8.1 of VintaSoft Imaging .NET SDK has been released.

Version 12.3.8.1 of VintaSoft Imaging .NET SDK has been released.

What's new in this version of VintaSoft PDF .NET Plug-in:
  • .NET development
    • Fixed the bug in PDF renderer.
by Alex
Wed Mar 06, 2024 9:01 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: To open .ANN file in Vintasoft Viewer.
Replies: 5
Views: 161

Re: To open .ANN file in Vintasoft Viewer.

Hello Vikram, Vintasoft annotation viewer can display Vintasoft and WANG annotations only. If you need to convert custom annotations (in your case annotations in .ANN-file) to the Vintasoft annotations, you need to do the following steps: Load custom annotations from file (in your case you need to l...
by Alex
Mon Mar 04, 2024 11:36 am
Forum: Announcements
Topic: Version 14.3 of VintaSoft Barcode .NET SDK has been released.
Replies: 4
Views: 405

Version 14.3.1.1 of VintaSoft Barcode .NET SDK has been released.

Version 14.3.1.1 of VintaSoft Barcode .NET SDK has been released.

What's new in this version:
  • Improved the algorithm that recognizes EAN barcodes.
by Alex
Fri Mar 01, 2024 10:33 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 10
Views: 8028

Version 12.3.7.1 of VintaSoft Imaging .NET SDK has been released.

Version 12.3.7.1 of VintaSoft Imaging .NET SDK has been released.

What's new in this version of VintaSoft PDF .NET Plug-in:
  • .NET development
    • Improved the algorithm that parses image-resources in PDF document.
by Alex
Sat Feb 24, 2024 8:57 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Applying Brightness Contrast Command to a Figure
Replies: 2
Views: 270

Re: Applying Brightness Contrast Command to a Figure

Hello,

I think you need to render signature on transparent 32-bit RGBA image, change contrast/brightness and draw signature image on a document. Have you tried to do this?

Best regards, Alexander
by Alex
Thu Feb 22, 2024 11:42 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 10
Views: 8028

Version 12.3.6.1 of VintaSoft Imaging .NET SDK has been released.

Version 12.3.6.1 of VintaSoft Imaging .NET SDK has been released.

What's new in this version of VintaSoft Imaging .NET SDK:
  • Web development
    • Improved the algorithm in VintasoftFileApiController.CopyFile method.
by Alex
Thu Feb 22, 2024 8:42 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load PDF file in AnnotationViewer
Replies: 4
Views: 184

Re: Load PDF file in AnnotationViewer

Yes, you need have License for VintaSoft PDF .NET Plug-in if you want to use VintaSoft PDF .NET Plug-in (Vintasoft.Imaging.Pdf.dll file) in your .NET application. More info please read in the license agreement: https://www.vintasoft.com/vsimaging-dot ... ense.html

Best regards, Alexander
by Alex
Tue Feb 20, 2024 12:10 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How to set Tab Functionality on Annotation
Replies: 9
Views: 917

Re: How to set Tab Functionality on Annotation

But we want to Tab Key navigate to annotation in Windows Form. VintaSoft Imaging .NET SDK does not have ready-to-use annotation toolbar but VintaSoft Annotation Demo has AnnotationsToolStrip control that represents annotation toolbar. Do you use AnnotationsToolStrip control from VintaSoft Annotatio...