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

HeaderFooter() public method

Constructs a Header-object with a pagenumber at the end.
public HeaderFooter ( Phrase before, bool numbered ) : System
before Phrase the Phrase before the pagenumber
numbered bool true if the page has to be numbered
return System
        public HeaderFooter(Phrase before, bool numbered) : base(0, 0, 0, 0) {
            this.Border = TOP_BORDER + BOTTOM_BORDER;
            this.BorderWidth = 1;
        
            this.numbered = numbered;
            this.before = before;
        }

Same methods

HeaderFooter::HeaderFooter ( Phrase before, Phrase after ) : System
HeaderFooter::HeaderFooter ( Properties attributes ) : System