Class PdfConverterToHtmlOptions

PdfConverterToHtmlOptions class

Represents PDF to HTML converter options for PdfConverter plugin.

public sealed class PdfConverterToHtmlOptions : PdfConverterOptions

Constructors

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

Properties

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

Methods

NameDescription
AddDataSource(IDataSource)Adds new data source to the PdfConverter plugin data collection.
AddSaveDataSource(IDataSource)Adds new data source to the PdfToXLSXConverterOptions plugin data collection.

Other Members

NameDescription
enum SaveDataTypeDefines output type of HTML file.

See Also