AztecEncoder
Defines the Aztec encoder class.
Definition
Namespace:Telerik.Reporting.Barcodes
Assembly:Telerik.Reporting.dll
Syntax:
public class AztecEncoder : Encoder2D
Inheritance: objectEncoderEncoder2DAztecEncoder
Inherited Members
Constructors
Initializes a new instance of the AztecEncoder class.
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.
public int ErrorCorrectionPercent { get; set; }
Layers
int
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.
public int Layers { get; set; }
Gets or sets the Aztec symbol family.
public AztecSymbolType SymbolType { get; set; }