MindFusion WinForms Programmer's Guide
BarcodeLabel Class
Remarks See Also
 





Represents a barcode label.

Namespace: MindFusion.Barcodes.WinForms
Assembly: MindFusion.Barcodes.WinForms

 Syntax

C#  Copy Code

public class BarcodeLabel : Control, ISupportInitialize

Visual Basic  Copy Code

Public Class BarcodeLabel
    Inherits Control
    Implements ISupportInitialize

 Remarks

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.

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                MindFusion.Barcodes.WinForms.BarcodeLabel

 See Also

BarcodeLabel Members
MindFusion.Barcodes.WinForms Namespace