Export
Leave feedback
On this page
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. |
- enum ExportFormat
- class ExportOptions
- class ExportManager
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata
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. |
- enum ExportFormat
- class ExportOptions
- class ExportManager
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata
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. |
- enum ExportFormat
- class ExportManager
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata
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. |
- enum ExportFormat
- class ExportManager
- namespace GroupDocs.Metadata.Export
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.