Initializes a new instance of the RtfInfoElement class
Namespace: iTextSharp.text.rtf.documentAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public RtfInfoElement( RtfDocument doc, Meta meta )  | 
| Visual Basic | 
|---|
Public Sub New ( _ doc As RtfDocument, _ meta As Meta _ )  | 
| Visual C++ | 
|---|
public: RtfInfoElement( RtfDocument^ doc, Meta^ meta )  |