BarCode Reader SDK Tutorial: How to Solve PDF147 code

Source: Internet
Author: User

How to solve PDF147 code? Today we will share a C # code about how to solve PDF147 code in the Barcode Reader SDK.

Using system;using system.collections.generic;using system.text;using system.io;using Bytescout.BarCodeReader; namespace Simpletestsharp{class program{const String path = "Pdf417.png"; static void Main (string[] args) { Console.WriteLine ("Reading barcode (s) from image {0}", Path.GetFullPath (Path)); Reader BC = new Reader (); foundbarcode[] barcodes = BC. Readfrom (path); foreach (Foundbarcode barcode in Barcodes) Console.WriteLine ("Found barcode with type ' {0} ' and value ' {1} ' ", barcode. Type, barcode. Value); Console.WriteLine ("Press any key to exit.."); Console.readkey ();}}}

  

This article was translated from barcode

BarCode Reader SDK Tutorial: How to Solve PDF147 code

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.