🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

Viscomsoft.ScannerControl.WinForms.x86

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Viscomsoft.ScannerControl.WinForms.x86

It is a TWAIN Scanner SDK for Winform or WPF, support capture image from scanner, digital camera that has a TWAIN device driver with C#, VB.NET , c++, VB6, Delphi, Vfp, MS Access. Download Samples from https://github.com/Viscomsoft/Scanner-TWAIN-SDK-ActiveX 1. Has ability to scan multiple pages using a scanner with feeder, automate save to multipage PDF or TIFF when last page scanned. 2. Capture images from all the TWAIN compliant scanner and webcam devices. 3. Support page panning with the mouse, scroll by grabbing the page with the left mouse button. 4. Has ability to enable/disable ADF feeder. 5. Has ability to enable/disable duplex scanning. 6. Has ability to adjust the scanner capture area. 7. Support read 1D and 2D barcodes in images. Supported UPC-A, UPC-E, EAN-8, EAN-13, Code 39, Code 93, Code 128, ITF, Codabar, MSI, RSS-14 (all variants), QR Code, Data Matrix, Aztec and PDF-417. 8. Optical Character Recognition - OCR scanned image to multipage Unicode searchable PDF/A , memory text or text file. 9. Support Zoom in, Zoom out, Rotate the scanned image files. 10. Support load images file and large PDF file. 11. Delete specific scanned page before save to image file. 12. Include delphi, C# 2019, C# 2015, C# 2010 , Access, VB.NET 2019, VB.Net 2015, VB.Net 2010, Visual Basic , Visual C and Visual FoxPro sample code. 13. Royalty free distribution of SDK files.

10.5.0
NuGet
Version published
Maintainers
1
Created
Source

Viscomsoft TWAIN Scanner SDK ActiveX

Website: http://www.viscomsoft.com/products/scanner SDK documentation: http://www.viscomsoft.com/onlinehelp/scanner/Introduction.html Download Samples: https://github.com/Viscomsoft/Scanner-TWAIN-SDK-ActiveX

How to use

After you installed Viscomsoft.ScannerControl.WinForms.x86 package, if you have not see "DllRegisterServer in scanner.ocx" succeeded Message Box. It mean the installing is not successful. Please see the link http://www.viscomsoft.com/popular-solution/161/scanner and following the steps.

or Please do the following steps.

  • Close the Visual Studio.

2a. Run the Visual Studio as Administrator.

2b. Right click on your VS task bar shortcut.

2c. Right click on your VS product and select Run as administrator.

  • Select Visual C# or Visual Basic, Select Windows Form Application.

  • Select your project on Solution Explorer, Install the latest version of the Viscomsoft.ScannerControl.WinForms.x86 from Manage NuGet Packages.

  • After the packaged installed. Now you will see DllRegisterServer in scanner.ocx succeeded Message Box.

  • Select Toolbox, select Components item, right click mouse button, select Choose Items...

  • Select COM Components tab, select Scanner Control , click OK.

  • Now the Scanner SDK ActiveX Control's icon will display on Toolbox. Drag the Scanner SDK ActiveX Control from toolbar to form.

  • double click Form1.cs in the Solution Explorer, it will display the form , add button on form, change the Text property of the button to "Scan", then double click the button. Add the below code on button1_Click

private void button1_Click(object sender, EventArgs e) { bool bResult= this.axScanner1.SelectImageSource();

  if (!bResult)
    return;

 this.axScanner1.Scan();       

}

  • Press F5 to Run the project. Click the scan button, it will capture the image from scanner.

Keywords

viscomsoft

FAQs

Package last updated on 19 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts