Get/set the annotation.

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

Syntax

C#
public Annotation Annotation { get; set; }
Visual Basic
Public Property Annotation As Annotation
	Get
	Set
Visual C++
public:
property Annotation^ Annotation {
	Annotation^ get ();
	void set (Annotation^ value);
}

Field Value

the Annotation

See Also