Bytescout.BarCode SDK for .NET
|
How to create JAN-13 barcode image using Bytescout.BarCode library for .NET
Output
barcode screenshot (JAN13 symbology)
JAN-13 barcode (aka JAN codes). This symbology is mostly the same as EAN-13 symbology, but used in Japan. JAN stands for Japanese Numbering Authority. First two digits of JAN-13 symbology are always "49". 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: Imports Bytescout.BarCode Module Module1 Sub Main() ' Set symbology ' Save barcode to image ' Show image in default image viewer End Module C#: using System; using Bytescout.BarCode; namespace Sample // Set symbology // Save barcode to image // Show image in default image viewer
Documentation online: view (new window) |
|
|
||