Class PdfToHtmlOptions

信息

表示 Documentize.PdfConverter 插件的 PDF 到 HTML 转换器选项。

public sealed class PdfToHtmlOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsPdfToHtmlOptions

Implements

Inherited Members

Constructors

PdfToHtmlOptions(SaveDataType)

初始化 Documentize.PdfToHtmlOptions 对象的新实例,以指定的输出数据类型。

public PdfToHtmlOptions(PdfToHtmlOptions.SaveDataType outputDataType = SaveDataType.FileWithExternalResources)

Parameters

Properties

OutputDataType

获取输出数据类型。

public PdfToHtmlOptions.SaveDataType OutputDataType { get; }

Property Value

PdfToHtmlOptions.SaveDataType

Namespace: Documentize Assembly: Documentize.dll

 中文