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

Syntax

C#
public void AddInfoElement(
	RtfInfoElement rtfInfoElement
)
Visual Basic
Public Sub AddInfoElement ( _
	rtfInfoElement As RtfInfoElement _
)
Visual C++
public:
void AddInfoElement(
	RtfInfoElement^ rtfInfoElement
)

See Also