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

Section() защищенный Метод

Constructs a new Section.
protected Section ( ) : System
Результат System
        protected internal Section() {
            title = new Paragraph();
            numberDepth = 1;
        }
    

Same methods

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