iTextSharp.text.pdf.XfaForm.Stack2.Empty C# (CSharp) Method

Empty() public method

public Empty ( ) : bool
return bool
            public bool Empty() {
                return Count == 0;
            }
        }