Show / Hide Table of Contents

Class BarcodeAztec

Generates the 2D Aztec barcode.

Inheritance
System.Object
BarcodeBase
Barcode2DBase
BarcodeAztec
Inherited Members
Barcode2DBase.DrawBarcode(IGraphicsRenderer, RectangleF)
BarcodeBase.Name
BarcodeBase.Color
BarcodeBase.Clone()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Barcode
Assembly: FastReport.OpenSource.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)

Assigns properties from other, similar barcode.

Declaration
public override void Assign(BarcodeBase source)
Parameters
Type Name Description
BarcodeBase source

Barcode object to assign properties from.

Overrides
BarcodeBase.Assign(BarcodeBase)
Back to top Generated by DocFX