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#
public RtfHeaderFooter(
	IElement element
)
Visual Basic
Public Sub New ( _
	element As IElement _
)
Visual C++
public:
RtfHeaderFooter(
	IElement^ element
)

Parameters

element
Type: iTextSharp.text..::..IElement

See Also