Search found 2302 matches

by Alex
Mon Mar 11, 2024 7:57 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: To open .ANN file in Vintasoft Viewer.
Replies: 5
Views: 56

Re: To open .ANN file in Vintasoft Viewer.

Hello, VintaSoft Annotation .NET Plug-in can store annotations in Vintasoft binary packet, Vintasoft XMP packet, WANG packet. Vintasoft packets can be stored in metadata of PDF, TIF, PNG, JPEG file. WANG packet can be stored in metadata of TIFF file. Please read about supported annotation packets he...
by Alex
Mon Mar 11, 2024 7:54 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Hide and Show Annotations in C# Windows Application
Replies: 3
Views: 32

Re: Hide and Show Annotations in C# Windows Application

Hi, Your code is not correct because you are creating new instance of AnnotationDataController class but you must use existing AnnotationDataController from AnnotationViewer. Here is correct code: AnnotationDataController objAnnotationDataController = AnnotationViewer.AnnotationDataController; Annot...
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: 56

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: 32

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: 8
Views: 6798

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: 56

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: 1
Views: 120

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: 8
Views: 6798

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: 127

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: 8
Views: 6798

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.