Search Results for

    Show / Hide Table of Contents

    Class BarcodeAztec

    Generates the 2D Aztec barcode.

    Inheritance
    System.Object
    BarcodeBase
    Barcode2DBase
    BarcodeAztec
    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 BarcodeAztec : Barcode2DBase

    Constructors

    BarcodeAztec()

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

    Declaration
    public BarcodeAztec()

    Properties

    ErrorCorrectionPercent

    Gets or sets the error correction percent.

    Declaration
    public int ErrorCorrectionPercent { get; set; }
    Property Value
    Type Description
    System.Int32

    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.