iTextSharp.text.pdf.qrcode.ByteArray.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public bool IsEmpty() {
            return size == 0;
        }