ImageSaveOptions

ImageSaveOptions()

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

public ImageSaveOptions()

関連項目


ImageSaveOptions(bool)

上書きフラグを使用して ImagesSaveOptions クラスの新しいインスタンスを初期化します。

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

関連項目


ImageSaveOptions(ImageSaveFileFormat, bool)

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

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

関連項目