7.10. Using Barcode DLL in a .Net program

.Net programming has gained popularity recently. To use DLL in a .net program, you need to declare functions using DllImportfirst. We have included a .Net sample called CaseCodePrintwith the product. We wrapped all DLL export functions within a C# class. To make our code easy to understand, we wrap these functions into properties and methods. You may take a look at our sample for details.