彩票走势图

BarCode Reader SDK使用教程:如何解PDF147码

原创|使用教程|编辑:龚雪|2015-10-29 15:31:38.000|阅读 679 次

概述:分享一段C#代码,关于在BarCode Reader SDK中如何解PDF147码。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

如何解PDF147码?今天将给大家分享在BarCode Reader SDK中如何解PDF147码。

【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();
}
}
}
本文译自

标签:PDFBarcodeC#

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP