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

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

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

Same methods

Section::Section ( ) : System