Initializes a new instance of the PdfCopyForms class

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

Syntax

C#
public PdfCopyForms(
	Stream os
)
Visual Basic
Public Sub New ( _
	os As Stream _
)
Visual C++
public:
PdfCopyForms(
	Stream^ os
)

Parameters

os
Type: System.IO..::..Stream

See Also