Gets the content of this Annotation.

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

Syntax

C#
public string Content { get; }
Visual Basic
Public ReadOnly Property Content As String
	Get
Visual C++
public:
property String^ Content {
	String^ get ();
}

Field Value

a reference

See Also