Export
Contents
[
Hide
]
Export(string, ExportFormat, ExportOptions)
Exports the metadata properties to a file.
public void Export(string filePath, ExportFormat format, ExportOptions exportOptions)
Parameter | Type | Description |
---|---|---|
filePath | String | The full name of the output file. |
format | ExportFormat | The format of the output file. |
exportOptions | ExportOptions | Additional options to use when exporting a document. |
See Also
- enum ExportFormat
- class ExportOptions
- class ExportManager
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata
Export(Stream, ExportFormat, ExportOptions)
Exports the metadata properties to a stream.
public void Export(Stream document, ExportFormat format, ExportOptions exportOptions)
Parameter | Type | Description |
---|---|---|
document | Stream | The full name of the output file. |
format | ExportFormat | The format of the output file. |
exportOptions | ExportOptions | Additional options to use when exporting a document. |
See Also
- enum ExportFormat
- class ExportOptions
- class ExportManager
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata
Export(string, ExportFormat)
Exports the metadata properties to a file.
public void Export(string filePath, ExportFormat format)
Parameter | Type | Description |
---|---|---|
filePath | String | The full name of the output file. |
format | ExportFormat | The format of the output file. |
See Also
- enum ExportFormat
- class ExportManager
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata
Export(Stream, ExportFormat)
Exports the metadata properties to a stream.
public void Export(Stream document, ExportFormat format)
Parameter | Type | Description |
---|---|---|
document | Stream | The full name of the output file. |
format | ExportFormat | The format of the output file. |
See Also
- enum ExportFormat
- class ExportManager
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata