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

Syntax

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

Parameters

table
Type: iTextSharp.text..::..Table
margin
Type: System..::..Single

See Also