Initializes a new instance of the XmpWriter class

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

Syntax

C#
public XmpWriter(
	Stream os,
	Hashtable info
)
Visual Basic
Public Sub New ( _
	os As Stream, _
	info As Hashtable _
)
Visual C++
public:
XmpWriter(
	Stream^ os, 
	Hashtable^ info
)

See Also