iTextSharp.text.MarkedSection.Add C# (CSharp) Method

Add() public method

public Add ( Object o ) : bool
o Object
return bool
        public bool Add(Object o) {
            return ((Section)element).Add(o);
        }

Same methods

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