PdfSaveOptions

PdfSaveOptions()

使用默认值初始化 PdfSaveOptions 类的新实例。

public PdfSaveOptions()

也可以看看


PdfSaveOptions(PdfSaveFileFormat)

使用指定的输出文件格式初始化 PdfSaveOptions 类的新实例。

public PdfSaveOptions(PdfSaveFileFormat fileFormat)
范围 类型 描述
fileFormat PdfSaveFileFormat 输出文件类型PdfSaveFileFormat.

也可以看看


PdfSaveOptions(bool)

使用覆盖标志初始化 PdfSaveOptions 类的新实例。

public PdfSaveOptions(bool overwriteExistingFile)
范围 类型 描述
overwriteExistingFile Boolean 标记是否用相同的文件覆盖签名文件。

也可以看看


PdfSaveOptions(PdfSaveFileFormat, bool)

使用指定的输出文件格式和覆盖标志初始化 PdfSaveOptions 类的新实例。

public PdfSaveOptions(PdfSaveFileFormat fileFormat, bool overwriteExistingFile)
范围 类型 描述
fileFormat PdfSaveFileFormat 输出文件类型PdfSaveFileFormat.
overwriteExistingFile Boolean 标记是否用相同的文件覆盖签名文件。

也可以看看