Constructs an Annotation with a certain title and some text.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Annotation(
	string title,
	string text
)
Visual Basic
Public Sub New ( _
	title As String, _
	text As String _
)
Visual C++
public:
Annotation(
	String^ title, 
	String^ text
)

Parameters

title
Type: System..::..String
the title of the annotation
text
Type: System..::..String
the content of the annotation

See Also