Class PdfToHtmlOptions

Class PdfToHtmlOptions

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll (25.4.0)

Represents PDF to HTML converter options for Aspose.Pdf.Plugins.Html plugin.

public sealed class PdfToHtmlOptions : PdfConverterOptions, IPluginOptions

Inheritance

object PdfConverterOptions PdfToHtmlOptions

Implements

IPluginOptions

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

string

OutputDataType

Gets output data type.

public PdfToHtmlOptions.SaveDataType OutputDataType { get; }

Property Value

PdfToHtmlOptions . SaveDataType

 English