Class PdfToHtmlOptions
De naam: Aspose.Pdf.Plugins Verzameling: Aspose.PDF.dll (25.4.0)
Vertegenwoordigt PDF naar HTML converter opties voor Aspose.Pdf.Plugins.Html plugin.
public sealed class PdfToHtmlOptions : PdfConverterOptions, IPluginOptions
Inheritance
object ← PdfConverterOptions ← PdfToHtmlOptions
Implements
Geëerbiede leden
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()
Initialiseren nieuwe instantie van het Aspose.Pdf.Plugins.PdfToHtmlOptions object met standaardopties.
public PdfToHtmlOptions()
PdfToHtmlOptions(SaveDataType)
Initialiseert een nieuwe instantie van het Aspose.Pdf.Plugins.PdfToHtmlOptions object voor de aangegeven outputdata-type.
public PdfToHtmlOptions(PdfToHtmlOptions.SaveDataType outputDataType)
Parameters
outputDataType
PdfToHtmlOptions
.
SaveDataType
Uitgangsdata type.
Properties
OperationName
De naam van de operatie.
public override string OperationName { get; }
Eigendomswaarde
OutputDataType
Geeft output data type.
public PdfToHtmlOptions.SaveDataType OutputDataType { get; }