Gets or sets the Error Correction Percentage to apply for Aztec Code symbology. Default value is 23.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public int AztecCodeErrorCorrection { get; set; }
Visual Basic
Public Property AztecCodeErrorCorrection As Integer
	Get
	Set
Visual C++
public:
property int AztecCodeErrorCorrection {
	int get ();
	void set (int value);
}

See Also