Gets the attributes for this Chunk.

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

Syntax

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

Field Value

a Hashtable

Remarks

It may be null.

See Also