Class PdfToHtmlOptions
PdfToHtmlOptions class
Represents PDF to HTML converter options for Html plugin.
public sealed class PdfToHtmlOptions : PdfConverterOptions
Constructors
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| enum SaveDataType | Defines output type of HTML file. |
See Also