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

Syntax

C#
protected internal ArrayList ExtractRows(
	ArrayList cells,
	PdfDocument..::..RenderingContext ctx
)
Visual Basic
Protected Friend Function ExtractRows ( _
	cells As ArrayList, _
	ctx As PdfDocument..::..RenderingContext _
) As ArrayList
Visual C++
protected public:
ArrayList^ ExtractRows(
	ArrayList^ cells, 
	PdfDocument..::..RenderingContext^ ctx
)

See Also