Search found 2305 matches

by Alex
Thu Feb 15, 2024 10:24 am
Forum: Announcements
Topic: Version 14.3 of VintaSoft Barcode .NET SDK has been released.
Replies: 1
Views: 135

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

Version 14.3 of VintaSoft Barcode .NET SDK has been released. What's new in this version: Added the ability to recognize and generate Japan Post barcodes. Added the ability to recognize and generate Italian Post 2 of 5 barcodes. Now the barcode generator can generate vector representation of barcode...
by Alex
Thu Feb 15, 2024 8:50 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How to set Tab Functionality on Annotation
Replies: 9
Views: 453

Re: How to set Tab Functionality on Annotation

Hello,

I am not sure I have understood your needs. Please send more info.

Best regards, Alexander
by Alex
Thu Feb 08, 2024 11:26 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Right click to added Image on document viewer using c# windows application
Replies: 4
Views: 98

Re: Right click to added Image on document viewer using c# windows application

Hello,

Please send us (to support@vintasoft.com) a small project, which demonstrates the problem. We need to reproduce your problem on our side.

Best regards, Alexander
by Alex
Wed Feb 07, 2024 4:37 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Right click to added Image on document viewer using c# windows application
Replies: 4
Views: 98

Re: Right click to added Image on document viewer using c# windows application

Hello,

The rectangle annotation has location in the annotation center. Please read about annotation coordinate system and annotation location here: https://www.vintasoft.com/docs/vsimagin ... _Data.html

Best regards, Alexander
by Alex
Tue Feb 06, 2024 5:04 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Create Annotation on Right Click of C# Window Application
Replies: 1
Views: 67

Re: Create Annotation on Right Click of C# Window Application

Hello,

Your code has logical mistake.

If you want to convert screen point into viewer point, please use the ImageViewer.PointToClient method.

If you want to convert viewer point into annotation point, please use the ImageViewer.PointFromControlToDip method.

Best regards, Alexander
by Alex
Mon Feb 05, 2024 8:22 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Dynamically Annotation Location Set X, Y
Replies: 2
Views: 95

Re: Dynamically Annotation Location Set X, Y

Hi, You need to specify annotation location and annotation size in device independent pixels (DIPs). Please read more info here: https://www.vintasoft.com/docs/vsimaging-dotnet/Programming-Annotation-Annotation_Data.html Let me know if you will have any question or problem. Best regards, Alexander
by Alex
Tue Jan 30, 2024 11:56 am
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 9
Views: 6895

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

Version 12.3.4.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: .NET development Improved the algorithm that parses TTF font. Web development Added the ability to scroll web thumbnail viewer when thumbnails are dragging in viewer. Improved ...
by Alex
Mon Jan 29, 2024 5:12 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: (WPF) Large image annotations causing lag
Replies: 4
Views: 177

Re: (WPF) Large image annotations causing lag

Thank you for information.

You have delay because an undo manager serializes image in its cache. We improved performance of this process in VintaSoft Imaging .NET SDK 12.2.11.1. What version of VintaSoft Imaging .NET SDK do you use?

Best regards, Alexander
by Alex
Mon Jan 29, 2024 5:09 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: free Single URL license
Replies: 1
Views: 208

Re: free Single URL license

Hello,

You need to send a request to the sales team at sales@vintasoft.com.

Best regards, Alexander
by Alex
Mon Jan 29, 2024 3:27 pm
Forum: Announcements
Topic: Version 14.2 of VintaSoft Barcode .NET SDK has been released.
Replies: 2
Views: 9895

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

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

What's new in this version:
  • .NET development
    • Improved the automatic barcode recognition.
    • Fixed the bug in algorithm that extracts image-resource from PDF document.