Guide for VB.NET
Core Document Formats
Additional Features
ITF-14

VB.NET Imaging - Use VB to Read Linear ITF-14

VB.NET Barcode Reader to Decode ITF-14 from Image & Document

VB.NET
Home > .NET Imaging SDK > VB.NET > Scan ITF-14 on Doc Image
To get started with DocImage SDK for .NET, you are supposed to read VB.NET Imaging: Get Started first!

VB.NET ITF-14 Barcode Recognition Overview
This VB.NET ITF-14 barcode reader control add-on is a professional SDK that is designed to help VB.NET developers (who have little or no knowledge in ITF-14 barcode recognition) integrate quick and high-quality ITF-14 barcode scanning and detecting features into their VB.NET imaging applications. ITF-14, a common linear barcode type, is often used to encode a Global Trade Item Number. Nowadays, people always tag product package with this ITF-14 barcode image. how to add image in pdf using itext in c#, tesseract c# pdf, vb.net excel to pdf, convert pdf to svg c#, itextsharp read pdf line by line vb.net, vb.net adobe pdf reader component, c# remove images from pdf.
Related .net document control helps:
asp.net document viewer c#: ASP.NET Document Viewer using C#: Open, View, Annotate, Redact, Convert document files in ASP.NET using C#, HTML5, JQuer...
asp.net annotate pdf: ASP.NET Annotate PDF Control: annotate, comment, markup PDF document online using ASP.NET C#
asp.net sharepoint document viewer: ASP.NET SharePoint Document Viewer: view, annotate, redact documents in SharePoint
asp.net edit pdf text: ASP.NET PDF Text Edit Control: online edit PDF text content using C# ASP.NET
asp.net multipage tiff viewer: ASP.NET Tiff Viewer: view, annotate multipage Tiff images in ASP.NET MVC, WebForms using C# Control
asp.net pdf editor: EdgePDF: ASP.NET PDF Editor Web Control: Online view, annotate, redact, edit, process, convert PDF documents
asp.net pdf viewer: ASP.NET PDF Viewer Control: view, navigate, zoom Adobe PDF document in C# ASP.NET
To help you know more details about the barcode decoding technologies that this VB.NET ITF-14 barcode reader control add-on has used, we divide this online tutorial page into following several sections. preview pdf in asp.net, asp net display image from file path, asp net core mvc pdf viewer free, open word document file in browser in asp.net, how to edit pdf file in asp.net c#, best pdf viewer control for asp.net, asp.net multipage tiff viewer with thumbnails.

  • Key feature list of this VB.NET ITF-14 barcode reader control
  • Installation and integration of this VB.NET ITF-14 barcode scanner SDK
  • Sample VB.NET code to decode ITF-14 barcode from raster image file
  • Demo VB.NET code for ITF-14 barcode recognition and detection from PDF document
  • Demo VB.NET code to scan and read ITF-14 barcode image from Microsoft Word file
VB.NET ITF-14 Barcode Decoder Control Features
  • Robust and clean VB.NET ITF-14 barcode reader control that is written in managed C# code
  • Mature .NET ITF-14 barcode scanning solution that can be integrated into any VB.NET class applications
  • Able to decode ITF-14 barcode from png, jpeg, gif, bmp and tiff image files using VB.NET programming code
  • Free to read multiple ITF-14 barcode images from PDF & Word document files by VB.NET code
  • Allow VB.NET developers to output decoded ITF-14 barcode information to data string
  • Capable of reducing ITF-14 barcode reading time by narrowing barcode scanning area in VB.NET project
  • Able to reduce ITF-14 barcode decoding time by setting a maximum barcode number using VB.NET code
Besides this fully featured VB.NET ITF-14 barcode decoder control add-on, RasterEdge .NET Image SDK also provides a multi-functional ITF-14 barcode generator control which can be used to create ITF-14 barcode on image files and documents.
VB.NET ITF-14 Barcode Scanner Installation
The installation of this VB.NET ITF-14 barcode decoder control SDK is extremely easy. Users just need to integrate those ITF-14 barcode scanning dlls into their VB.NET project by adding reference. The only issue that we need to address here is the activation of evaluation license, which you can know more by viewing this VB.NET Image SDK License tutorial page.
Apart from supporting ITF-14 barcode detecting and reading from document image file, this .NET, VB.NET Barcode Reader SDK can be also used to scan and decode other numeric barcode types in VB.NET imaging applications, like Interleaved 2 of 5, ISBN and ISSN.
VB.NET ITF-14 Barcode Recognition from Image
In this part, we will offer you a sample VB.NET example to illustrate the ITF-14 barcode recognition from image files. This RasterEdge.Imaging.Basic.dll library will allows you to open & decode target image file. Then this RasterEdge.Imaging.Barcode.Scanner.dll assembly offers APIs for you to detect and decode all the ITF-14 barcodes from target image file.
Public Shared FolderName As String = "c:/"

Private Sub button1_Click(sender As Object, e As EventArgs)
Dim fileName As String = FolderName & "SampleBarcode.tif"

Dim datas As String() = BarcodeScanner.Scan(fileName, BarcodeType.ITF14)

For Each data As String In datas
Debug.WriteLine(data)
Next
End Sub
VB.NET ITF-14 Barcode Scanning from PDF
If you want to decode ITF-14 barcode image from PDF file, besides above mentioned two dlls, you need to integrate another library (RasterEdge.Imaging.PDF.dll) into your VB.NET PDF processing application.
In the real application, the ITF-14 is often located in a small area of a large PDF page. Under this condition, in order to improve the ITF-14 barcode reading efficiency, you can just let the VB.NET barcode reader detect ITF-14 barcode in a relatively smaller area. As this VB.NET ITF-14 barcode reader SDK adopts the application of X & Y location, the scanning area can be easily defined.
Public Shared FolderName As String = "c:/"

Private Sub button1_Click(sender As Object, e As EventArgs)
Dim fileName As String = FolderName & "Sample.pdf"

Dim reImage As REImage = DirectCast(REFile.OpenDocumentFile(fileName, New PDFDecoder()).GetPage(0).ToImage(), REImage)

Dim datas As String() = BarcodeScanner.Scan(reImage, BarcodeType.ITF14)

For Each data As String In datas
Debug.WriteLine(data)
Next
End Sub
VB.NET ITF-14 Barcode Reading from Word
The function of detecting ITF-14 barcode from a specified area is also available in the VB.NET Word document barcode reading application.
Public Shared FolderName As String = "c:/"

Private Sub button1_Click(sender As Object, e As EventArgs)
Dim fileName As String = FolderName & "Sample.docx"

Dim reImage As REImage = DirectCast(REFile.OpenDocumentFile(fileName, New DOCXDecoder()).GetPage(0).ToImage(), REImage)

Dim datas As String() = BarcodeScanner.Scan(reImage, BarcodeType.ITF14)

For Each data As String In datas
Debug.WriteLine(data)
Next
End Sub


Recommend this to Google+


RasterEdge.com is professional provider of ASP.NET MVC Document Viewer, ASP.NET PDF Viewer, MVC PDF Viewer document, content and imaging solutions, available for ASP.NET AJAX, Silverlight, Windows Forms as well as WPF. We are dedicated to provide powerful & profession imaging controls, PDF document, image to pdf files and components for capturing, viewing, processing, converting, compressing and stroing images, documents and more.

©2000-2024 Raster Edge.com