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

Syntax

C#
protected internal void AnalyzeRow(
	ArrayList rows,
	PdfDocument..::..RenderingContext ctx
)
Visual Basic
Protected Friend Sub AnalyzeRow ( _
	rows As ArrayList, _
	ctx As PdfDocument..::..RenderingContext _
)
Visual C++
protected public:
void AnalyzeRow(
	ArrayList^ rows, 
	PdfDocument..::..RenderingContext^ ctx
)

See Also