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(
	PRStream stream,
	PdfDictionary newDic,
	PdfReader reader
)
Visual Basic
Public Sub New ( _
	stream As PRStream, _
	newDic As PdfDictionary, _
	reader As PdfReader _
)
Visual C++
public:
PRStream(
	PRStream^ stream, 
	PdfDictionary^ newDic, 
	PdfReader^ reader
)

See Also