It is a PDF Viewer and Document Viewer SDK , Export to PDF ,Image processing, 1D and 2D Barcode Reader, Writer, DICOM and OCR with C#, C , VB.NET , VB, Delphi, Vfp, MS Access.
it is a 64 bit and 32 bit Image Thumbnail SDK for Windows Developers who need to display image thumbnail browser in C#, C++ , VB.NET , VB6, Delphi, MS Access, VFP.
Platform : Windows 11, Windows 10, Windows 8, Vista, 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.
Step 1: To install the Scanner SDK ActiveX Control, begin by launching the setup file (http://www.viscomsoft.com/demo/scannersetup.exe). Select the desired installation folder for the Scanner ActiveX and continue with the installation on your development computer.Step 2: Create New Visual Basic Project, select Windows Forms Application.Step 3: The next step is to install Scanner ActiveX in ToolBox. Select Toolbox, select Components item, right click mouse button, select Choose Items...Step 4: Select COM Components tab, select Scanner ActiveX Control , click OK.Step 5: Now you will see the Scanner ActiveX's icon on toolbox, drag it to form.Step 6: Add Combo box, four buttons , two textbox and label control, SaveFileDialog and OpenFileDialog control on form. Like the following picture.
Step 7: In form load event, add the following code to add the image source item to combo box.
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
Dim iCount As Integer
Dim i As Integer
iCount = AxScanner1.GetNumImageSources()
For i = 0 To iCount - 1
cboscannerdevice.Items.Add(AxScanner1.GetImageSourceName(i))
Next
If iCount > 0 Then
cboscannerdevice.SelectedIndex = 0
End If
End Sub
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.