Search found 2307 matches

by Alex
Thu Feb 15, 2024 2:10 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How to set Tab Functionality on Annotation
Replies: 9
Views: 471

Re: How to set Tab Functionality on Annotation

Why do you want to navigate between buttons in "Annotation" menu using keyboard? Do you want to use keyboard only? If yes, how do you plan to build the annotation on image in viewer?

Best regards, Alexander
by Alex
Thu Feb 15, 2024 10:49 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: How to set Tab Functionality on Annotation
Replies: 9
Views: 471

Re: How to set Tab Functionality on Annotation

Do you want to use Tab-key for navigating in "Annotation" menu?

Best regards, Alexander
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: 137

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

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

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

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

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

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

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