Aspose::Pdf::Plugins::PdfToHtmlOptions class

PdfToHtmlOptions class

Represents PDF to HTML converter options for Html plugin.

class PdfToHtmlOptions : public Aspose::Pdf::Plugins::PdfConverterOptions

Enums

EnumDescription
SaveDataTypeDefines output type of HTML file.

Methods

MethodDescription
get_OperationName() overrideGets name of the operation.
get_OutputDataType() constGets output data type.
PdfToHtmlOptions()Initializes new instance of the PdfToHtmlOptions object with default options.
PdfToHtmlOptions(PdfToHtmlOptions::SaveDataType)Initializes a new instance of the PdfToHtmlOptions object for the specified output data type.

See Also