[Missing <summary> documentation for P:PerpetuumSoft.Framework.Drawing.QRBarCode.CodeSettings.ErrorCorrectionLevel]

Namespace:  PerpetuumSoft.Framework.Drawing.QRBarCode
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

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

See Also