Blazor Barcode Example - Code 93
This sample visualizes how to present a model number with higher density and data security enhancements compared to Code 39. Code 93 has a native character set of 26 uppercase letters, 10 digits, and 7 special characters.
This sample shows how to create a Code 93 barcode with two check characters. The Type
property can be used to set the barcode type as Code93
. By default, EnableCheckSum
is set as true
, but the checksum can be disabled by assigning false
to it.
You can customize the barcode's Value
, allowing you to modify the barcode content. Adjust its Width
, Height
, Background Color
, and Fore Color
to control its size and appearance.
The Text Visibility
option lets you choose whether to display the accompanying text. Margin
properties such as left, right, top, and bottom define the spacing around the barcode. Text properties allow for fine-tuning text placement and alignment, enabling you to set its Position
(e.g., top or bottom) and Alignment
(e.g., center, left, or right).
The Download
button allows users to save the barcode as an image.