Search found 2320 matches

by Alex
Thu Jul 26, 2012 2:32 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Image extraction from pdf (BarCode reader 6.1.2.1)
Replies: 1
Views: 4702

Re: Image extraction from pdf (BarCode reader 6.1.2.1)

Hello,

Could you send us your PDF document for tests?

If yes, please send your file to support@vintasoft.com

Best regards, Alexander
by Alex
Mon Jul 23, 2012 4:10 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11192

Version 6.1.5.1 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.5.1 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved reading algorithm of UPCE/EAN8 barcodes.
  • Added ability to specify the characteristics of image with barcodes (ReaderSettings.BarcodeCharacteristics property).
by Alex
Sat Jul 21, 2012 8:05 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Could I popup User Interface of device by click a button?
Replies: 1
Views: 3740

Re: Could I popup User Interface of device by click a button

Hello Yiqiang,

You will see the User Interface created by * of device when you set the Device.ShowUI property to True.

You can create custom UI if you want, please see our Twain Custom UI Demo.

Best regards, Alexander
by Alex
Wed Jul 18, 2012 3:38 pm
Forum: Announcements
Topic: Version 5.1 of VintaSoftImaging.NET SDK has been released.
Replies: 4
Views: 5792

Version 5.1.0.9 of VintaSoftImaging.NET SDK has been released.

Version 5.1.0.9 of VintaSoftImaging.NET SDK has been released. What's new in this version of VintaSoftImaging.NET SDK: Fixed bug in the image viewer. What's new in this version of VintaSoftAnnotation.NET Plug-in: In the AnnotationController class added new methods which allow to scale annotations du...
by Alex
Mon Jul 16, 2012 4:22 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: MICR Code recognition
Replies: 4
Views: 7558

Re: MICR Code recognition

Hello, Today we have released version 8.2.1.1 of VintaSoftTwain.NET SDK which have fix for a bug in parser of extended image info. Also in this version: We optimized and changed the ExtendedImageInfo class, please see updated example how to extract information about barcodes in the documentation. Ne...
by Alex
Mon Jul 16, 2012 3:52 pm
Forum: Announcements
Topic: Version 8.2 of VintaSoftTwain.NET SDK has been released.
Replies: 6
Views: 6161

Version 8.2.1.1 of VintaSoftTwain.NET SDK has been released.

Version 8.2.1.1 of VintaSoftTwain.NET SDK has been released. What's new in this version: Optimized structure of extended image information. Fixed bug in parser of extended image information. Created new demo - TWAIN Extended Image Info Demo, which demonstrates how to get an extended image info about...
by Alex
Thu Jul 12, 2012 11:29 am
Forum: VintaSoft Twain .NET SDK Discussions
Topic: Re-arrange Images Before Saving as PDF
Replies: 2
Views: 14286

Re: Re-arrange Images Before Saving as PDF

Hello Kevin, Instance of the AcquiredImageCollection class linked with device and stores images acquired from device. SDK does not allow to save all acquired images at once, you need save images one by one. In your case you can determine order of images and save images one by one. Best regards, Alex...
by Alex
Wed Jul 11, 2012 4:57 pm
Forum: Announcements
Topic: Version 6.1 of VintaSoftBarcode.NET SDK has been released.
Replies: 9
Views: 11192

Version 6.1.4.5 of VintaSoftBarcode.NET SDK has been released.

Version 6.1.4.5 of VintaSoftBarcode.NET SDK has been released.

What's new in this version:
  • Improved reading algorithm of Laetus Pharmacode barcodes
  • Improved reading algorithm of EAN/UPC barcodes
by Alex
Thu Jul 05, 2012 9:40 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: ScrollPages
Replies: 5
Views: 8819

Re: ScrollPages

Hello Ibgo,

Please do the following:
  • run our Annotation Demo
  • open the image
  • annotate the image
  • select the ScrollPage visual tool from the toolbar and scroll the page(s)
Are you able to scroll the page(s)?

Best regards, Alexander
by Alex
Wed Jul 04, 2012 9:17 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: ScrollPages
Replies: 5
Views: 8819

Re: ScrollPages

Hello Ibaxx, When I zoom in, it does not work after that anymore. Each visual tool has special functionality, Zoom visual tool is used for zooming the image, ScrollPages visual tool is used for scrolling page(s). You need create new visual tool if you want to combine functionality of some visual too...