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

IsNestable() public method

public IsNestable ( ) : bool
return bool
        public bool IsNestable()
        {
            return true;
        }