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

Syntax

C#
public ArrayList GetLines(
	float top,
	float bottom
)
Visual Basic
Public Function GetLines ( _
	top As Single, _
	bottom As Single _
) As ArrayList
Visual C++
public:
ArrayList^ GetLines(
	float top, 
	float bottom
)

Parameters

top
Type: System..::..Single
bottom
Type: System..::..Single

See Also