iTextSharp.text.Chapter.IsNestable C# (CSharp) Метод

IsNestable() публичный Метод

public IsNestable ( ) : bool
Результат bool
        public override bool IsNestable()
        {
            return false;
        }