Initializes a new instance of the RtfParser class
Namespace: iTextSharp.text.rtf.parserAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RtfParser( Document doc ) |
| Visual Basic |
|---|
Public Sub New ( _ doc As Document _ ) |
| Visual C++ |
|---|
public: RtfParser( Document^ doc ) |
Parameters
- doc
- Type: iTextSharp.text..::..Document