Initializes a new instance of the HtmlWriter class

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

Syntax

C#
protected HtmlWriter(
	Document doc,
	Stream os
)
Visual Basic
Protected Sub New ( _
	doc As Document, _
	os As Stream _
)
Visual C++
protected:
HtmlWriter(
	Document^ doc, 
	Stream^ os
)

See Also