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