Gets all the chunks in this element.

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

Syntax

C#
public ArrayList Chunks { get; }
Visual Basic
Public ReadOnly Property Chunks As ArrayList
	Get
Visual C++
public:
virtual property ArrayList^ Chunks {
	ArrayList^ get () sealed;
}

Field Value

an ArrayList

Implements

IElement..::..Chunks

See Also