Scanner SDK ActiveX

Scanner 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 or capture card that has a TWAIN device driver with C , C#, VB.NET , VB, Delphi, Vfp, MS Access.

Scanner SDK ActiveX 13.0 Released (15 Novemeber, 2023)

  • added OnMouseWheel event. You can detected mouse wheel up or down and Ctrl, Shift key is down or not. Use this event, you can change pages by scrolling mouse wheel. Let user change scanned pages easily.
  • 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.
  • 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 OCR, OCRPDF Samples.