Search found 2309 matches

by Alex
Tue Feb 20, 2024 9:59 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load PDF file in AnnotationViewer
Replies: 4
Views: 92

Re: Load PDF file in AnnotationViewer

Hello,

If you want to load PDF document, your .NET application must have reference to Vintasoft.Imaging.Pdf nuget-package.

Best regards, Alexander
by Alex
Fri Feb 16, 2024 2:07 pm
Forum: Announcements
Topic: Version 12.3 of VintaSoft Imaging .NET SDK has been released.
Replies: 9
Views: 6927

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

Version 12.3.5.1 of VintaSoft Imaging .NET SDK has been released. What's new in this version of VintaSoft Imaging .NET SDK: Web development Fixed minor bugs in web thumbnail viewer. What's new in this version of VintaSoft OCR .NET Plug-in: .NET development Fixed minor bug in algorithm that analyzes ...
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: 491

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

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

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

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

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

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