Default Avatar

helleones

helleones

About

Username
helleones
Joined
Visits
0
Last Active
Roles
Members

Comments

  • I created PDF417 barcode in C# with this tool. Here is the sample code: using System;    using System.Collections.Generic;    using System.Text;    using OnBarcode.Barcode;    using System.Drawing.Imaging;    using System.Drawing;    …