Search found 2321 matches

by Alex
Mon Jun 04, 2012 1:39 pm
Forum: Announcements
Topic: Version 8.1 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 6819

Version 8.1.2.1 of VintaSoftTwain.NET SDK has been released.

Version 8.1.2.1 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Improved work of SDK in multi-threading environment.
by Alex
Sat Jun 02, 2012 10:41 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: DataMatrix Padding
Replies: 3
Views: 7948

Re: DataMatrix Padding

Hello Shay,

Sorry for a delay.

Padding is used for fast searching of "L" search pattern of DataMatrix barcode. You can decrease the padding to 2-3 cells but this can decrease barcode reading speed or quality.

Best regards, Alexander
by Alex
Sat Jun 02, 2012 10:21 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 6.0 of VintaSoftImaging.NET
Replies: 14
Views: 20020

Re: New features request for version 6.0 of VintaSoftImaging

Hello Nano,

Thank you for suggestion. Your requested features have been added to the wish list for version 6.0.

Best regards, Alexander
by Alex
Sat Jun 02, 2012 10:17 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Scale Annotations to be proporational for any image res.
Replies: 2
Views: 7298

Re: Scale Annotations to be proporational for any image res.

Hello Moe, How can we get the Graphics class associated with a loaded arbitrary image? You can use the GetGraphics method of the VintasoftImage class. Found a partial solution with the use of the "Font.FontSizeDependsImageResolution" attribute to get the bounding rectangle height once the ...
by Alex
Sat Jun 02, 2012 10:02 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Adding and Merging Annotations
Replies: 6
Views: 8785

Re: Adding and Merging Annotations

Hello Moe, Sorry for a delay. You do not need to use AnnotationViewer for your code, AnnotationViewer should be used only if you want to preview images with annotations. Here is a code snippet that show how to stamp images from image collection: // create image collection AND load multipage TIFF fil...
by Alex
Sat Jun 02, 2012 9:53 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Color Dropout
Replies: 5
Views: 7388

Re: Color Dropout

Hello *, First, you need check that ICAP_FILTER capability is supported by your scanner: DeviceCapability filterCap = device.Capabilities.Find(DeviceCapabilityId.IFilter); if (filterCap == null) throw new ApplicationException("ICAP_FILTER capability is not supported by device."); Next, you...
by Alex
Thu May 31, 2012 5:01 pm
Forum: Announcements
Topic: Version 5.1 of VintaSoftImaging.NET SDK has been released.
Replies: 4
Views: 5820

Version 5.1 of VintaSoftImaging.NET SDK has been released.

Version 5.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: ImageViewer and AnnotationViewer revised: Display and work with large images (gigapixel): No need to store all image in memory. Progressive image loading in viewer (for JPEG2000, BMP, T...
by Alex
Tue May 29, 2012 1:55 pm
Forum: Announcements
Topic: Version 5.0 of VintaSoftImaging.NET SDK has been released.
Replies: 13
Views: 20251

Version 5.0.11.1 of VintaSoftImaging.NET SDK has been released.

Version 5.0.11.1 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Updated loading algorithm of TIFF image. New algorithm can load TIFF image with insufficient image data. What's new in this version of VintaSoftAnnotation.NET Plug-in: Fixed bug (m...
by Alex
Thu May 24, 2012 3:31 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Brightness Scanjet 8200
Replies: 1
Views: 4027

Re: Brightness Scanjet 8200

Hello Roland, I need more info about the issue: Please send me a snippet of your code. Make sure you are trying to set the brightness only for palette or color images. Please send me a list of capabilities supported by driver of scanner. Maybe you have used another driver of scanner when you used Le...
by Alex
Wed May 16, 2012 11:21 am
Forum: Announcements
Topic: Version 8.1 of VintaSoftTwain.NET SDK has been released.
Replies: 5
Views: 6819

Version 8.1.1.7 of VintaSoftTwain.NET SDK has been released.

Version 8.1.1.7 of VintaSoftTwain.NET SDK has been released.

What's new in this version:
  • Image acquisition algorithm updated for compatibility with Microtek scanners.