iTextSharp.text.pdf.qrcode.ErrorCorrectionLevel.GetName C# (CSharp) Method

GetName() public method

public GetName ( ) : String
return String
        public String GetName() {
            return name;
        }