iTextSharp.text.pdf.qrcode.FormatInformation.GetErrorCorrectionLevel C# (CSharp) Method

GetErrorCorrectionLevel() public method

public GetErrorCorrectionLevel ( ) : ErrorCorrectionLevel
return ErrorCorrectionLevel
        public ErrorCorrectionLevel GetErrorCorrectionLevel() {
            return errorCorrectionLevel;
        }