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

Syntax

C#
public byte[] GetLevels(
	int[] linebreaks
)
Visual Basic
Public Function GetLevels ( _
	linebreaks As Integer() _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetLevels(
	array<int>^ linebreaks
)

Parameters

linebreaks
Type: array<System..::..Int32>[]()[][]

See Also