Gets all the chunks in this element.
            
Namespace: iTextSharp.textAssembly: 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; }  |