iTextSharp.text.pdf.qrcode.Version.ECBlocks.GetECCodewordsPerBlock C# (CSharp) Method

GetECCodewordsPerBlock() public method

public GetECCodewordsPerBlock ( ) : int
return int
            public int GetECCodewordsPerBlock() {
                return ecCodewordsPerBlock;
            }