New to Telerik ReportingStart a free 30-day trial

Defines the Aztec encoder class.

Definition

Namespace:Telerik.Reporting.Barcodes

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class AztecEncoder : Encoder2D

Inheritance: objectEncoderEncoder2DAztecEncoder

Inherited Members Encoder.ToString()

Constructors

Initializes a new instance of the AztecEncoder class.

C#
public AztecEncoder()

Properties

Gets or sets the minimum percentage of error-correction bits to add to the encoded payload. The generated symbol changes only when the requested minimum requires a larger Aztec symbol.

C#
public int ErrorCorrectionPercent { get; set; }

Gets or sets the Aztec layer count. Use 0 for automatic sizing within the selected SymbolType. Compact symbols support 1 through 4 layers and full-range symbols support 1 through 32 layers. Negative values remain supported for backward compatibility with previously serialized compact settings. When a positive layer count is fixed, the resulting symbol size determines the actual amount of redundancy.

C#
public int Layers { get; set; }

Gets or sets the Aztec symbol family.

C#
public AztecSymbolType SymbolType { get; set; }