文件名称:qrcode二维码 编码 DLL
文件大小:36KB
文件格式:DLL
更新时间:2016-06-06 07:42:30
qrcode 二维码 dll pb delphi
二维码qrcode编码 DLL,本dll提供两个函数: int QrcodeDraw(long hWnd, const char* data, int errorLevel, int cellSize, int margin) hWnd 要显示二维码的窗口名柄 data 要显示的数据 errorLevel 容错级别 H=2,Q=3,M=0,L=1 cellSize 像数大小 margin 边距 // int QrcodeBmp(const char* fname, const char* data, int errorLevel, int cellSize, int margin) fname 位图文件的全路径名 data 要显示的数据 errorLevel 容错级别 H=2,Q=3,M=0,L=1 cellSize 像数大小 margin 边距