Initializes a new instance of the XmpWriter class
Namespace: iTextSharp.text.xml.xmpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public XmpWriter( Stream os ) |
| Visual Basic |
|---|
Public Sub New ( _ os As Stream _ ) |
| Visual C++ |
|---|
public: XmpWriter( Stream^ os ) |
Parameters
- os
- Type: System.IO..::..Stream