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

Syntax

C#
public void SetExtraHeight(
	int cell,
	float height
)
Visual Basic
Public Sub SetExtraHeight ( _
	cell As Integer, _
	height As Single _
)
Visual C++
public:
void SetExtraHeight(
	int cell, 
	float height
)

Parameters

cell
Type: System..::..Int32
height
Type: System..::..Single

See Also