CSHARP-Barcode:C#在不使用字体的情况下创建条形码

时间:2021-05-26 09:09:32
【文件属性】:
文件名称:CSHARP-Barcode:C#在不使用字体的情况下创建条形码
文件大小:41KB
文件格式:ZIP
更新时间:2021-05-26 09:09:32
C# CSHARP条形码 您好,欢迎来到我的项目。 此Project Generetor图片条形码该项目未使用任何字体。 该项目仅使用位图+图形功能。 您可以非常轻松地创建条形码Code39 对于下一种格式,Code128将很快更新。 -------------------------------------------------- ---------------------------- 如何使用 : 您可以保存到文件或在图片框上显示。 条码MyBarcode = new Barcode(); pictureBox1.Image = MyBarcode.Create(200,100,textBox1.Text); 此项目返回位图。 -------------------------------------------------- ----------------------------
【文件预览】:
CSHARP-Barcode-master
----.gitignore(3KB)
----README.md(1KB)
----.gitattributes(2KB)
----LICENSE.txt(1KB)
----CSHARP-Barcode()
--------Form1.cs(691B)
--------bin()
--------obj()
--------Barcode.cs(5KB)
--------Properties()
--------Program.cs(485B)
--------Form1.Designer.cs(4KB)
--------CSHARP-Barcode.suo(19KB)
--------CSHARP-Barcode.csproj(4KB)
--------Form1.resx(6KB)
--------CSHARP-Barcode.sln(849B)

网友评论