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

Syntax

C#
protected PdfStream CopyStream(
	PRStream inp
)
Visual Basic
Protected Function CopyStream ( _
	inp As PRStream _
) As PdfStream
Visual C++
protected:
PdfStream^ CopyStream(
	PRStream^ inp
)

See Also