Blazor Barcode Example - EAN-13
This sample visualizes the 13-digit Global Trade Identification Numbers. These 13 digits compose the following components: GS1 company prefix, manufacturer code, product code, and a check digit.
This sample shows how to create the EAN-13 barcode. The Type property can be used to set the barcode type as Ean13.
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.