iTextSharp.text.MarkedSection.Add C# (CSharp) Метод

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

public Add ( Object o ) : bool
o Object
Результат bool
        public bool Add(Object o) {
            return ((Section)element).Add(o);
        }

Same methods

MarkedSection::Add ( int index, Object o ) : void