Class PdfToHtmlOptions

PdfToHtmlOptions class

Represents PDF to HTML converter options for PdfHtml plugin.

public sealed class PdfToHtmlOptions : PdfConverterOptions

Constructors

NameDescription
PdfToHtmlOptions()Initializes new instance of the PdfToHtmlOptions object with default options.
PdfToHtmlOptions(SaveDataType)Initializes a new instance of the PdfToHtmlOptions object for the specified output data type.

Properties

NameDescription
Inputs { get; }Returns PdfConverterOptions plugin data collection.
override OperationName { get; }Gets name of the operation.
OutputDataType { get; }Gets output data type.
Outputs { get; }Gets collection of added targets for saving operation results.

Methods

NameDescription
AddInput(IDataSource)Adds new data source to the PdfConverter plugin data collection.
AddOutput(IDataSource)Adds new data source to the PdfToXLSXConverterOptions plugin data collection.

Other Members

NameDescription
enum SaveDataTypeDefines output type of HTML file.

See Also