iTextSharp.text.MarkedSection.MarkedSection C# (CSharp) Méthode

MarkedSection() public méthode

public MarkedSection ( Section section ) : System
section Section
Résultat System
        public MarkedSection(Section section) : base() {
            if (section.Title != null) {
                title = new MarkedObject(section.Title);
                section.Title = null;
            }
            this.element = section;
        }