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