Export

Export(string, ExportFormat)

メタデータ プロパティをファイルにエクスポートします。

public void Export(string filePath, ExportFormat format)
パラメータ タイプ 説明
filePath String 出力ファイルの完全な名前。
format ExportFormat 出力ファイルの形式。

関連項目


Export(Stream, ExportFormat)

メタデータ プロパティをストリームにエクスポートします。

public void Export(Stream document, ExportFormat format)
パラメータ タイプ 説明
document Stream 出力ファイルの完全な名前。
format ExportFormat 出力ファイルの形式。

関連項目