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

ByteArray() 공개 메소드

public ByteArray ( ) : System
리턴 System
        public ByteArray() {
            bytes = null;
            size = 0;
        }

Same methods

ByteArray::ByteArray ( byte byteArray ) : System
ByteArray::ByteArray ( int size ) : System