iTextSharp.text.pdf.qrcode.BlockPair.GetErrorCorrectionBytes C# (CSharp) Method

GetErrorCorrectionBytes() public method

public GetErrorCorrectionBytes ( ) : ByteArray
return ByteArray
        public ByteArray GetErrorCorrectionBytes() {
            return errorCorrectionBytes;
        }