Class PdfToHtmlOptions
Info
Represents PDF to HTML converter options for Documentize.HtmlConverter plugin.
public sealed class PdfToHtmlOptions : PdfConverterOptions, IPluginOptions
Inheritance
object ← PdfConverterOptions ← PdfToHtmlOptions
Implements
Inherited Members
- PdfConverterOptions.AddInput(IDataSource),
- PdfConverterOptions.AddOutput(IDataSource),
- PdfConverterOptions.Inputs,
- PdfConverterOptions.Outputs,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Constructors
PdfToHtmlOptions()
Initializes new instance of the Documentize.PdfToHtmlOptions object with default options.
public PdfToHtmlOptions()
PdfToHtmlOptions(SaveDataType)
Initializes a new instance of the Documentize.PdfToHtmlOptions object for the specified output data type.
public PdfToHtmlOptions(PdfToHtmlOptions.SaveDataType outputDataType)
Parameters
outputDataType
PdfToHtmlOptions.SaveDataType: Output data type.
Properties
OutputDataType
Gets output data type.
public PdfToHtmlOptions.SaveDataType OutputDataType { get; }
Property Value
Namespace: Documentize Assembly: Documentize.dll