Initializes a new instance of the RtfHeaderFooter class

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

Syntax

C#
protected internal RtfHeaderFooter(
	RtfDocument doc,
	HeaderFooter headerFooter
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument, _
	headerFooter As HeaderFooter _
)
Visual C++
protected public:
RtfHeaderFooter(
	RtfDocument^ doc, 
	HeaderFooter^ headerFooter
)

See Also