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

Syntax

C#
public float GetRowHeight(
	int idx,
	bool firsttime
)
Visual Basic
Public Function GetRowHeight ( _
	idx As Integer, _
	firsttime As Boolean _
) As Single
Visual C++
public:
float GetRowHeight(
	int idx, 
	bool firsttime
)

Parameters

idx
Type: System..::..Int32
firsttime
Type: System..::..Boolean

See Also