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 标记是否用相同的文件覆盖签名文件。

也可以看看