Gets all the chunks in this element.

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

Syntax

C#
ArrayList Chunks { get; }
Visual Basic
ReadOnly Property Chunks As ArrayList
	Get
Visual C++
property ArrayList^ Chunks {
	ArrayList^ get ();
}

Field Value

an ArrayList

See Also