Export

Export(string, ExportFormat)

Esporta le proprietà dei metadati in un file.

public void Export(string filePath, ExportFormat format)
Parametro Tipo Descrizione
filePath String Il nome completo del file di output.
format ExportFormat Il formato del file di output.

Guarda anche


Export(Stream, ExportFormat)

Esporta le proprietà dei metadati in un flusso.

public void Export(Stream document, ExportFormat format)
Parametro Tipo Descrizione
document Stream Il nome completo del file di output.
format ExportFormat Il formato del file di output.

Guarda anche