Initializes a new instance of the PdfSmartCopy class

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

Syntax

C#
public PdfSmartCopy(
	Document document,
	Stream os
)
Visual Basic
Public Sub New ( _
	document As Document, _
	os As Stream _
)
Visual C++
public:
PdfSmartCopy(
	Document^ document, 
	Stream^ os
)

See Also