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