Gets or sets the Error Correction Level to apply for QR Code symbology. Default value is M

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 4.0.3500.0 (4.0.3500.1)

Syntax

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

See Also