This is the array that keeps track of reserved cells.

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

Syntax

C#
protected bool[] reserved
Visual Basic
Protected reserved As Boolean()
Visual C++
protected:
array<bool>^ reserved

See Also