Allows you to control when a page break occurs.

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

Syntax

C#
public bool TableFitsPage { get; set; }
Visual Basic
Public Property TableFitsPage As Boolean
	Get
	Set
Visual C++
public:
property bool TableFitsPage {
	bool get ();
	void set (bool value);
}

Field Value

a value

Remarks

When a table doesn't fit a page, it is split in two parts. If you want to avoid this, you should set the tableFitsPage value to true.

See Also