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

Syntax

C#
protected ArrayList ConvertColumn(
	float[] cLine
)
Visual Basic
Protected Function ConvertColumn ( _
	cLine As Single() _
) As ArrayList
Visual C++
protected:
ArrayList^ ConvertColumn(
	array<float>^ cLine
)

Parameters

cLine
Type: array<System..::..Single>[]()[][]

See Also