Video Editor SDK that allows users Drag & Drop to arrange clip orders, edit movies, apply effects & transitions with C++, C#, VB.net , VB, Delphi, VFP, MS Access.
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.
Platform : Windows 10, Windows 8, Vista, Windows 7, XP
For Windows Developers who need to PDF TIFF Viewer and Image Viewer , plus support TIFF with WANG Annotations, securing a PDF document, add annotation with PDF for C++ , C#, VB.NET , VB, Delphi, Vfp, MS Access.
Step 1: Download Image Viewer CP Gold ActiveX setup disk and installed it.
Step 2: Create Visual Basic Windows Application project.
Step 3: Import Image Viewer CP Gold ActiveX and add button on form.
Step 4: Add following code in buttons click event.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim ibarcodeCount As Integer Dim str1 As String Dim i As Integer Dim strTmp As String AxImageViewer1.FileName = "c:\testbarcode.bmp" AxImageViewer1.ConvertTo1bpp() ibarcodeCount = AxImageViewer1.BarCodeReadFullPage If ibarcodeCount < 1 Then MessageBox.Show("No barcode found ") Exit Sub End If
str1 = "Total " Str(ibarcodeCount) "BarCode Detected " Chr(13) Chr(10)
For i = 0 To ibarcodeCount - 1 strTmp = Me.AxImageViewer1.BarCodeGetType(i) " score:" Str(Me.AxImageViewer1.BarCodeGetScore(i)) " value:" Me.AxImageViewer1.BarCodeGetValue(i) str1 = str1 Chr(13) Chr(10) strTmp Next MessageBox.Show(str1) End Sub
Normally change to black white color of scanned image, it will improved the barcode reader to detect the barcode. Finally the barcode reader same cannot detect the barcode, you may try call BarCodeReadByZone method and selected specific area for scanning barcode.
ibarcodeCount = AxImageViewer1.BarCodeReadByZone(314, 102, 224, 72)Download this sample code
info@viscomsoft.com (General information)
sales@viscomsoft.com (Sales)
support@viscomsoft.com (Support)
Copyright © 2009-2022 Viscom Softwares. All rights reserved.