Barcode Generator / Getting started / Extended Code 39

Blazor Barcode Example - Extended Code 39 Barcode Encoding

Loading Syncfusion Blazor Server Demos…

Allowed input characters: The Extended Code 39 barcode supports only ASCII characters.
Properties

This sample visualizes an extended Code 39 barcode, which provides access to the full set of ASCII characters including lowercase letters. Extended Code 39 is particularly useful for applications requiring complete ASCII character support, such as automotive industry model numbers.

This sample demonstrates how to create an extended Code 39 barcode with an added checksum. The Type property can be set to Code39Extension. By default, EnableCheckSum is set to true, but it can be disabled by assigning false.

Customize the barcode with the following options:

Use the Download button to save the barcode as an image.