Initializes a new instance of the RtfAnnotation class

Namespace: iTextSharp.text.rtf.text
Assembly: 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
)

See Also