Represents a barcode label.
Namespace: MindFusion.Barcodes.WinForms
Assembly: MindFusion.Barcodes.WinForms
C#
![]() |
---|
public class BarcodeLabel : Control, ISupportInitialize |
Visual Basic
![]() |
---|
Public Class BarcodeLabel |
This is a label control that renders barcode symbols in format specified via Format property. The content encoded in the barcode is set via Content. For QR (Quick Response) codes, you can specify error correction level via QRCorrectionLevel property.
By default, the control automatically sets the label size and aligns barcode modules to pixels to ensure that apparent module size does not change from rounding errors. If you prefer using a custom size, set the AutoSize property to false. You can customize barcode appearance further by setting BackColor, ForeColor and Font properties.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
MindFusion.Barcodes.WinForms.BarcodeLabel