专业提供二维码识别,DataMatrix码识别,二维条码识别,DataMatrix码解码

二维码DataMatrix解码二次开发包

2009-7-9 16:08:31    [4766]

二维条码DataMatrix解码,识别开发包 for .net

专业提供二维码识别,DataMatrix码识别,二维条码识别,DataMatrix码解码

本.Net 开发包供vb.net ,c# ,c++.net 等直接调用

支持多种字符集(GB2312,utf8,ASCII)的DataMatrix码图片识别。

接口简单易用.

范例代码:


NetxBarcode de;
try
{
de = new NetxBarcode();
int em = 2;
de.Step = 5;
int ty =1;
//解码结果
msg = de.decodeByImageByte(imageByte, ty, em);
}
catch (Exception)
{

msg = "解码失败,可更换字符集尝试!";
}
finally {
de = null;
}

电话:18905691801