iTextSharp.text.WritableDirectElement.IsNestable C# (CSharp) Method

IsNestable() public method

public IsNestable ( ) : bool
return bool
        public bool IsNestable() {
            throw new NotSupportedException();
        }