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

IsNestable() public method

public IsNestable ( ) : bool
return bool
        public override bool IsNestable()
        {
            return false;
        }