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

Syntax

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

See Also