Namespace: iTextSharp.text.pdfAssembly: 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
)  | 
See Also