Initializes a new instance of the RtfCtrlWordMgr class
Namespace: iTextSharp.text.rtf.parser.ctrlwordsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public RtfCtrlWordMgr( RtfParser rtfParser, PushbackStream reader ) |
| Visual Basic |
|---|
Public Sub New ( _ rtfParser As RtfParser, _ reader As PushbackStream _ ) |
| Visual C++ |
|---|
public: RtfCtrlWordMgr( RtfParser^ rtfParser, PushbackStream^ reader ) |
Parameters
- rtfParser
- Type: iTextSharp.text.rtf.parser..::..RtfParser
- reader
- Type: iTextSharp.text.rtf.parser..::..PushbackStream