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,
	RtfHeaderFooter headerFooter,
	int displayAt
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument, _
	headerFooter As RtfHeaderFooter, _
	displayAt As Integer _
)
Visual C++
protected public:
RtfHeaderFooter(
	RtfDocument^ doc, 
	RtfHeaderFooter^ headerFooter, 
	int displayAt
)

See Also