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

Syntax

C#
public bool FitsPage(
	Table table
)
Visual Basic
Public Function FitsPage ( _
	table As Table _
) As Boolean
Visual C++
public:
bool FitsPage(
	Table^ table
)

Parameters

table
Type: iTextSharp.text..::..Table

See Also