iTextSharp.text.pdf.qrcode.Mode.Mode C# (CSharp) Method

Mode() private method

private Mode ( int characterCountBitsForVersions, int bits, String name ) : System
characterCountBitsForVersions int
bits int
name String
return System
        private Mode(int[] characterCountBitsForVersions, int bits, String name) {
            this.characterCountBitsForVersions = characterCountBitsForVersions;
            this.bits = bits;
            this.name = name;
        }