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