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, PdfDictionary info, int PdfXConformance ) |
| Visual Basic |
|---|
Public Sub New ( _ os As Stream, _ info As PdfDictionary, _ PdfXConformance As Integer _ ) |
| Visual C++ |
|---|
public: XmpWriter( Stream^ os, PdfDictionary^ info, int PdfXConformance ) |
Parameters
- os
- Type: System.IO..::..Stream
- info
- Type: iTextSharp.text.pdf..::..PdfDictionary
- PdfXConformance
- Type: System..::..Int32