[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.AztecOptions

AztecOptions Class

Represents the options of the Aztec barcode.

Inheritance
BarCodeOptionsBase
AztecOptions
Implements
Namespace: GrapeCity.ActiveReports.BarCodes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class AztecOptions : BarCodeOptionsBase, ICloneable

Constructors

Name Description
AztecOptions()

Initializes a new instance of the GrapeCity.ActiveReports.BarCodes.Aztec class.

AztecOptions(string)

Initializes a new instance of the GrapeCity.ActiveReports.BarCodes.Aztec class.

Properties

Name Description
EncodingCodePage

Design-time property to specify encoding in designer.

ErrorCorrection

Gets or sets the error correction.

Layers

Gets or sets the size of the layers.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

ToString()

Returns a string that represents the current object.

Extension Methods