Aspose::Pdf::Plugins::PdfToHtmlOptions class
PdfToHtmlOptions class
Represents PDF to HTML converter options for Html plugin.
class PdfToHtmlOptions : public Aspose::Pdf::Plugins::PdfConverterOptions
Enums
| Enum | Description |
|---|---|
| SaveDataType | Defines output type of HTML file. |
Methods
| Method | Description |
|---|---|
| get_OperationName() override | Gets name of the operation. |
| get_OutputDataType() const | Gets 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
- Class PdfConverterOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++