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

Syntax

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

Parameters

line
Type: array<System..::..Byte>[]()[][]

See Also