Jun 17, 2016 - Apr 11, 2019
- Improved the algorithm, which works with device capabilities, for better compatibility with Plustek scanners.
- Fixed the bug in the EnableDebugging method.
- Added the ability to upload several scanned images as a multipage TIFF or PDF file to a HTTP server.
- Added the ability to upload several scanned images as a multipage TIFF or PDF file to a FTP server.
- Fixed the bug in the DeviceManager_Open method.
- ActiveX GUID was changed from "1169E0CD-9E76-11D7-B1D8-FB63945DE96D" to "79B1D0FD-ABB9-40E8-AA06-3E499F135B49". This is necessary because many customers need to use version 5.2 and 6.0 together on the same computer but version 6.0 is not compatible with version 5.2. For applying this change to your application you need remove reference to old version of ActiveX from your application and add new reference to the new version of ActiveX to your application.
- Added support for LZW and Packbits compression for data of images acquired from scanner.
- Renamed the events of ActiveX (underscore symbol was removed from event names). This is necessary for correct work of IntelliSence in MS Access.
- Improved the image acquisition algorithm for compatibility with VueScan TWAIN driver.
- Fixed a minor bug, which rarely occured in the DeviceManager_Open method in VB6.
- Changed the value type of DeviceManager_ParentWindowHandle property from "DWORD" to "long" for compatibility with VB6.
- Fixed the bug in the Device_GetSupportedPageSizes, Device_GetSupportedPixelTypes, Device_GetSupportedResolutions and Device_GetSupportedUnitsOfMeasure methods. Error occurs only if method was called second time.
- Fixed few bugs in VSTwain.Device_ImageBrightnessMinValue, VSTwain.Device_ImageBrightnessMaxValue, VSTwain.Device_ImageContrastMinValue, VSTwain.Device_ImageContrastMaxValue methods. In some cases the methods could have returned incorrect values.
- Fixed the bug in the Device_Feeder_DuplexMode property.
- Improved compatibility with VB6.
- Fixed the minor bug in JPEG encoder.
- Improved the algorithm, which gets the device resolution.
- Fixed some minor bugs in algorithm, which gets the device resolution when not inches are used as unit of measure.
- Defined the formats for values of PdfEncoder_DocumentCreationDate and PdfEncoder_DocumentModificationDate properties. Information about supported formats can be found here: https://www.vintasoft.com/docs/vstwain/VSTwainLib~VintaSoftTwain~PdfEncoder_DocumentModificationDate.html
- Fixed the bug in image processing commands Crop and ResizeCanvas.
- Fixed the bug in AcquiredImages_Save method. The error could occur during image saving to a PDF document if PDF document date/time is specified.
- Added the Device_Caps_WorkDirectly property, which allows to specify that the device must try to get / set the capability value even if capability is not present in device capability list.
- Improved the algorithm of AcquiredImages_Deskew method.