Search Results for

    Show / Hide Table of Contents

    Class BarcodeQR

    Generates the 2D QR code barcode.

    Inheritance
    System.Object
    BarcodeBase
    Barcode2DBase
    BarcodeQR
    Inherited Members
    Barcode2DBase.DrawBarcode(IGraphics, RectangleF)
    BarcodeBase.Name
    BarcodeBase.Color
    BarcodeBase.Font
    BarcodeBase.Clone()
    BarcodeBase.GetDefaultValue()
    Namespace: FastReport.Barcode
    Assembly: FastReport.Base.dll
    Syntax
    public class BarcodeQR : Barcode2DBase

    Constructors

    BarcodeQR()

    Initializes a new instance of the BarcodeQR class with default settings.

    Declaration
    public BarcodeQR()

    Properties

    Encoding

    Gets or sets the encoding used for text conversion.

    Declaration
    public QRCodeEncoding Encoding { get; set; }
    Property Value
    Type Description
    QRCodeEncoding

    ErrorCorrection

    Gets or sets the error correction.

    Declaration
    public QRCodeErrorCorrection ErrorCorrection { get; set; }
    Property Value
    Type Description
    QRCodeErrorCorrection

    QuietZone

    Gets or sets the value indicating that quiet zone must be shown.

    Declaration
    public bool QuietZone { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Assign(BarcodeBase)

    Declaration
    public override void Assign(BarcodeBase source)
    Parameters
    Type Name Description
    BarcodeBase source
    Overrides
    BarcodeBase.Assign(BarcodeBase)
    Back to top © 1998-2025 Copyright Fast Reports Inc.