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

Parameters

elements
Type: array<iTextSharp.text..::..IElement>[]()[][]

See Also