Scanner Pro SDK ActiveX

Scanner Pro SDK ActiveX 13.0

Platform : Windows 10, Windows 8, Vista, Windows 7, XP

For Windows Developers who need to capture image from scanner, digital camera that has a TWAIN device driver and save to Docx, TIFF , PDF/A with C#, C ,VB.NET , VB, Delphi, VFP, MS Access.

Scanner Pro SDK ActiveX 13.0 Released (29 January, 2024)

  • added OnMouseWheel event. You can capture MouseWheel events in your application to change pages or zooming by scrolling mouse wheel and check if the Ctrl,Shift, left/middle/right mouse button was pressed.
  • added Middle Mouse events. MMouseButtonDown, MMouseButtonUp, MMouseButtonDblClk events. e.g. When you double click Middle Mouse button, then you can Scan or Print the image.
  • added setControlFocus method, let the control received the OnMouseWheel event if the control lost the focus.
  • updated OCR engine. now support more than 50 languages such as Arabic, Chinese, French, Japanese, Indonesian, Hebrew, Russian, Korean, Polish, Thai, Vietnamese.
  • added OCRPageSegmentMode property, it is Page Segmentation mode when OCR. It can improve your OCR Accuracy. In old version, it will OCR page of text .If you’re just seeking to OCR a small region, you can use different Page Segmentation mode.
  • added OCR2SearchablePDFFontFile, OCR2SearchablePDFFontName properties.
  • fixed cannot add PDF annotations issue.e.g. PDFAddImageFromFile, PDFDrawFillRectangle, PDFDrawImage, PDFDrawText, PDFDrawTextAlign methods.
  • removed viscomocrconverter.dll, now it use Page Segmentation mode to improve OCR Accuracy.
  • updated VB6, VFP, C#2010, C#2019, VB.NET 2010, VB.NET 2019 General Samples( change pages by scrolling mouse wheel).
  • updated VB6, C#2010, C#2019, VB.NET 2010, VB.NET 2019 VFP OCR, OCRPDF Samples.