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

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

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