iTextSharp.text.pdf.qrcode.ByteArray.ByteArray C# (CSharp) Méthode

ByteArray() public méthode

public ByteArray ( ) : System
Résultat System
        public ByteArray() {
            bytes = null;
            size = 0;
        }

Same methods

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