Online Guide

For Using BC.NetBarcodeReader.Upca in .NET
Scan and read UPC-A barcodes from raster images Jpg, Jpeg, Png, Tiff, Bmp, and Gif.

Guide Overview

It's easy to use BC.NetBarcodeReader.Upca scanner library to decode and scan UPC-A barcodes from images in your C# and VB.NET applications. Here we will show you how to use our .NET UPC Barcode Scanner for UPC-A in simple steps. Please firstly download and get the free trial library of our .NET UPC Barcode Scanner for UPC-A (BC.NetBarcodeReaderTrial.Upca.dll). And the only thing for the integration of our upc barcode scanner library is to add your project reference to it.

BC.NetBarcodeReader.Upca

We take the Console Application as an example of how to use BC.NetBarcodeReader.Upca scanner library to scan and read UPC-A barcodes from images. For ease of use, here are simple code examples for C# and VB.NET developers. To read and scan all 1d and 2d barcode types, you should use BC.NetBarcodeReader.All library.


1. Decode and Scan UPC-A barcode symbologies from an image using BC.NetBarcodeReader.Upca scanner library.

How to Decode and Scan UPC-A in C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BC.NetBarcodeReaderTrial.Upca;

namespace BC.NetBarcodeReaderDemo
{
    class Program
    {
        static void Main(string[] args)
        {
            ReadOneBarcodeTypefromImage();
        }

        public static void ReadOneBarcodeTypefromImage()
        {
            string[] data = NetBarcodeReader.Recognize("Upca.png", NetBarcodeReader.Upca);            

            foreach (string result in data)
            {
                Console.WriteLine(result);
            }
            Console.ReadKey();
        }
    }
}

How to Decode and Scan UPC-A in VB.NET

Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports BC.NetBarcodeReaderTrial.Upca

Module BCNetBarcodeReaderDemo  

    Sub Main()
        ReadOneBarcodeTypefromImage()
    End Sub

    Public Sub ReadOneBarcodeTypefromImage()
        Dim data As String() = NetBarcodeReader.Recognize("Upca.png", NetBarcodeReader.Upca)

        For Each result As String In data
            Console.WriteLine(result)
        Next

        Console.ReadKey()
    End Sub

End Module


Your feedback will be highly appreciated. You can share us with your evaluation of our .NET UPC Barcode Scanner for UPC-A. Also, let us know how did you find our .NET UPC-A Barcode Scanner library. According to the feedback of our customers, they use search phrases like upc barcode scanner c#, upca barcode scanner .net, upc barcode scanner c# code project, c# barcode scanner upca, c# barcode scanner example UPC-A, c# barcode reader upc a, read upc barcode from image c#, c# barcode reader library UPC-A, upc barcode scanner c# sample code, upca barcode reader code in c#, c# barcode decoder upca, upc a barcode scanner c# code, UPC-A barcode scanner c# application, c# code read upca barcode scanner, scan upca barcode from image c#, c# barcode free scanner upc a, free barcode reader c# upc a, upc-a barcode library c#, upc scanner, upc a reader barcode sdk, decode upca barcode .net, .net barcode library read upca barcode, and upc barcode programming in c# to find our .NET UPC Barcode Scanner for UPC-A. How about you?




Guide for Other Barcode Symbologies