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

Syntax

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

Parameters

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

See Also