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

Syntax

C#
public void ReadFully(
	byte[] b,
	int off,
	int len
)
Visual Basic
Public Sub ReadFully ( _
	b As Byte(), _
	off As Integer, _
	len As Integer _
)
Visual C++
public:
void ReadFully(
	array<unsigned char>^ b, 
	int off, 
	int len
)

Parameters

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

See Also