iTextSharp.text.Section.Section C# (CSharp) Method

Section() protected method

Constructs a new Section.
protected Section ( ) : System
return System
        protected internal Section() {
            title = new Paragraph();
            numberDepth = 1;
        }
    

Same methods

Section::Section ( Paragraph title, int numberDepth ) : System