• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Code 39 Extended in ASP.NET Core Barcode Control

This sample visualizes the model number of an item in the automotive industry. This barcode supports both standard and extended Code 39 barcodes. The extended mode gives access to the full set of ASCII letters.

DEMO
SOURCE
Allowed Input characters : This barcode support only ASCII characters. input.
Appearance
Value
Width
Height
Text Visibility
SVG Mode
BG Color
Fore Color
Margin
Left
Right
Top
Bottom
Text Properties
Top
Bottom
Position
Alignment
Display Text

This sample shows how to create the extended Code 39 barcode with an added checksum. The `type` property can be used to set the barcode type as `Code39Extension`. By default, `enableCheckSum` is set as true, but the checksum can be disabled by assigning false to it.