Gets the content of this Annotation.

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

Syntax

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

Field Value

a reference

See Also