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

See Also