Initializes a new instance of the PdfWriter class

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

Syntax

C#
protected PdfWriter(
	PdfDocument document,
	Stream os
)
Visual Basic
Protected Sub New ( _
	document As PdfDocument, _
	os As Stream _
)
Visual C++
protected:
PdfWriter(
	PdfDocument^ document, 
	Stream^ os
)

See Also