iTextSharp.text.pdf.qrcode.ErrorCorrectionLevel.ErrorCorrectionLevel C# (CSharp) 메소드

ErrorCorrectionLevel() 개인적인 메소드

private ErrorCorrectionLevel ( int ordinal, int bits, String name ) : System
ordinal int
bits int
name String
리턴 System
        private ErrorCorrectionLevel(int ordinal, int bits, String name) {
            this.ordinal = ordinal;
            this.bits = bits;
            this.name = name;
        }