Bytescout.BarCode SDK for .NET
|
How to create Code93 type barcode using Bytescout.BarCode library for .NET
Output
barcode screenshot (Code93 symbology)
Code 93 barcode (aka USS-93). Code 93 symbology allows all ASCII symbols to be encoded in extended mode or symbols from this string "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. $/+%" in standard mode. This symbology was designed to complement and improve upon Code 39 symbology. Code 93 produces denser code than that of Code 39. Important: you can also use BarCode Windows Forms or Web ImageControl instead. To use the Windows Formscontrol in Visual Studio please open Toolbox and open "Bytescout Software" tab and drag-n-drop "BarCode" control into your WinForms or ASP.NET application (in design mode) Visual Basic: Visual Basic Copy Code Module Module1 Sub Main() ' Set symbology ' Save barcode to image ' Show image in default image viewer End Module C#: using System; namespace Sample // Set symbology // Save barcode to image // Show image in default image viewer
Documentation online: view (new window) |
|
|
||