Export

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


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


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


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