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

也可以看看