Gets all the chunks in this element.

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

Syntax

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

Field Value

an ArrayList

Implements

IElement..::..Chunks

See Also