Constructs a HeaderFooter-object.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public HeaderFooter(
	Phrase before,
	Phrase after
)
Visual Basic
Public Sub New ( _
	before As Phrase, _
	after As Phrase _
)
Visual C++
public:
HeaderFooter(
	Phrase^ before, 
	Phrase^ after
)

Parameters

before
Type: iTextSharp.text..::..Phrase
the Phrase before the pagenumber
after
Type: iTextSharp.text..::..Phrase
the Phrase after the pagenumber

See Also