PresentationSaveOptions

PresentationSaveOptions()

PresentationSaveOptions クラスの新しいインスタンスをデフォルト値で初期化します。

public PresentationSaveOptions()

関連項目


PresentationSaveOptions(PresentationSaveFileFormat)

指定した出力ファイル形式で PresentationSaveOptions クラスの新しいインスタンスを初期化します。

public PresentationSaveOptions(PresentationSaveFileFormat fileFormat)
パラメータ タイプ 説明
fileFormat PresentationSaveFileFormat 出力ファイルの種類PresentationSaveFileFormat.

関連項目


PresentationSaveOptions(bool)

指定した出力タイプと上書きフラグを使用して、PresentationSaveOptions クラスの新しいインスタンスを初期化します。

public PresentationSaveOptions(bool overwriteExistingFile)
パラメータ タイプ 説明
overwriteExistingFile Boolean 署名済みファイルを同じファイルで上書きするかどうかをフラグします。

関連項目


PresentationSaveOptions(PresentationSaveFileFormat, bool)

出力ファイル形式と上書きフラグを指定して、PresentationSaveOptions クラスの新しいインスタンスを初期化します。

public PresentationSaveOptions(PresentationSaveFileFormat fileFormat, bool overwriteExistingFile)
パラメータ タイプ 説明
fileFormat PresentationSaveFileFormat 出力ファイルの種類PresentationSaveFileFormat.
overwriteExistingFile Boolean 署名済みファイルを同じファイルで上書きするかどうかをフラグします。

関連項目