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

See Also