Search found 2307 matches

by Alex
Sun Feb 16, 2014 10:31 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: annotations tool strip
Replies: 1
Views: 3293

Re: annotations tool strip

Hello James, What functionality do you want to add to your application? AnnotationsToolStrip class is a tool strip and it allows to start building of annotation on the image. You can find source codes of AnnotationsToolStrip in our Annotation Demo and modify source codes if this is necessary. Best r...
by Alex
Fri Feb 14, 2014 4:24 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 9936

Version 7.2.3.1 of VintaSoftImaging.NET SDK has been released.

Version 7.2.3.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Added the ability to save/load images in DIB format. Added new image processing command - HasCertainColorCommand, that checks whether an image contains a certain color. What's new i...
by Alex
Fri Feb 14, 2014 1:42 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: New to SDK
Replies: 1
Views: 2693

Re: New to SDK

Hello Chris,

VintaSoftTwain.NET SDK can work with any device which have TWAIN or WIA driver.

Best regards, Alexander
by Alex
Fri Feb 14, 2014 1:41 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Custom Capability
Replies: 1
Views: 2728

Re: Custom Capability

Hello Daniel, The DeviceCapability.SetValue() method retrieves value of capability (this is necessary for detecting the capability value type) and only when sets the capability value. We will improve our algorithm in near time and SDK will be able to set value of write only capability. Best regards,...
by Alex
Fri Feb 14, 2014 1:39 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanjet N9120 Cannot load/save settings anymore
Replies: 6
Views: 6734

Re: Scanjet N9120 Cannot load/save settings anymore

Hello, "Cannot get profile of device" means that SDK could not get profile from scanner. In your code I see that you are calling the Device.SaveSettings method when scan completed/failed/canceled. You can call the Device.SaveSettings method only when device is opened, i.e. Device.State = D...
by Alex
Fri Feb 14, 2014 1:36 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: configuration for smaller TIFFs
Replies: 1
Views: 2699

Re: configuration for smaller TIFFs

Hello Paulo, CCITT4 compression can be used for the best compression of black-white images. LZW compression can be used for the good lossless compression of gray or color images. ZIP compression can be used for the best lossless compression of gray or color images. JPEG compression can be used for t...
by Alex
Wed Feb 12, 2014 2:15 pm
Forum: Announcements
Topic: Migration to the new hosting.
Replies: 0
Views: 14744

Migration to the new hosting.

Hello, We started planned migration to another hosting provider and you may have temporary problems accessing our web server from 9 to 12 February 2014. After the migration is complete we will be able to provide you faster and more reliable on-line service. TIA for your understanding and participati...
by Alex
Wed Feb 05, 2014 2:33 pm
Forum: Announcements
Topic: Version 7.2 of VintaSoftImaging.NET SDK has been released.
Replies: 18
Views: 9936

Version 7.2.2.1 of VintaSoftImaging.NET SDK has been released.

Version 7.2.2.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Added classes for managing changes (undo/redo) in object(s) (image, annotation collection, annotation, etc). ImagingDemo has new code for managing changes (undo/redo) in images. Wha...
by Alex
Mon Feb 03, 2014 1:25 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Scanjet N9120 Cannot load/save settings anymore
Replies: 6
Views: 6734

Re: Scanjet N9120 Cannot load/save settings anymore

Hello,

I think new and old drivers of your scanner have different profile formats. Please save profile of new driver, compare profile of new and old drivers and let me know results.

Best regards, Alexander
by Alex
Thu Jan 30, 2014 8:48 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Class project
Replies: 1
Views: 2335

Re: Class project

Hello James,
Is it possible to use your SDK with a visual studio class project instead of a windows form?
Yes, this is possible. Do you have any problem?

Best regards, Alexander