Common Asked Questions
What is Code 39 barcode used for?
Code 39, also known as Code 3 of 9, was the first barcode to encode both numbers and letters. It is most commonly used in
the inventory, government, military and electronics industries.
Using C# barcode generator library, you can need choose right barcode format in property
To create Code 39 regular barcodes in C#, apply the barcode Type as
To create Code 39 extended barcodes using C#, apply the barcode Type as
Type to create Code 39 or Code 39 extension barcodes.
To create Code 39 regular barcodes in C#, apply the barcode Type as
BarcodeType.CODE39.
To create Code 39 extended barcodes using C#, apply the barcode Type as
BarcodeType.CODE39EX.
Can Code 39 barcode encode lowercase letters?
Code 39 barcode regular version does not support lowercase letters encoding. However Code 39 extended version supports.
In C# class, set the barcode object property
Type to BarcodeType.CODE39EX to create Code 39 barcodes with lowercase text encoded.
What is the minimum size for Code 39?
Code 39 barcodes need meet the following size requirements.
- Width of narrow element (X): the mimumum bar width is defined by the application specification.
In C# class, you can customize the Code 39 bar/space module width by barcode property
X - BarCode height: the minimum height is 5.0mm or 15% of symbol width (excluding quiet zones), whichever is greater.
Using C# barcode library, you can customize the Code 39 barcode height through property
BarcodeHeight
What is the ratio of narrow to wide bars in Code 39 barcode?
The valid ratio of Code 39 narrow to wide bars is from 1:2 to 1:3. You can apply the
Code 39 ratio configure through property
N using C# barcode library.
What is the difference between Code 39 and Code 128 barcodes?
Code 128 requires a checksum. If the Code 128 barcode is damaged, it may still be scannable. Code 39 checksum is optional.
If the Code 39 barcode without checksum is damaged, it won't be scannable.
In C# class, you can generate Code 39 barcode with or without check sum applied using C# Barcode Generator library.
In C#, enable property
In C#, enable property
AddCheckSum to append a checksum character to the end of Code 39 barcode. code39.AddCheckSum = true;.
What is the difference between barcode 39 and barcode 93?
Code 93 is an updated version of Code 39. Code 93 is a higher-density barcode type compared to Code 39.
C# barcode library supports both Code 39 and Code 93 barcodes generation in C# applications.
Apply property
Apply property
Apply property
Type to BarcodeType.CODE39 or BarcodeType.CODE39EX to generate Code 39 regular and extended barcodes.
Apply property
Type to BarcodeType.CODE93 print Code 93 barcode images in C# project.
Summary
OnBarcode C# Barcode Generator makes it easy to generate, create Code 39 and other linear & 2d barcodes in .NET projects.
OnBarcode offers several Code 39 Generator components and software, such as free Excel Code 39 barcode add-in, Code 39 in Java, Code 39 in VB.NET, Code 39 in ASP.NET, Code 39 Generator.
OnBarcode offers several Code 39 Generator components and software, such as free Excel Code 39 barcode add-in, Code 39 in Java, Code 39 in VB.NET, Code 39 in ASP.NET, Code 39 Generator.
