Initializes a new instance of the PRStream class

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

Syntax

C#
public PRStream(
	PdfReader reader,
	byte[] conts
)
Visual Basic
Public Sub New ( _
	reader As PdfReader, _
	conts As Byte() _
)
Visual C++
public:
PRStream(
	PdfReader^ reader, 
	array<unsigned char>^ conts
)

Parameters

reader
Type: iTextSharp.text.pdf..::..PdfReader
conts
Type: array<System..::..Byte>[]()[][]

See Also