Aspose::Pdf::HtmlSaveOptions::HtmlImageType enum
HtmlImageType enum
enumerates possible types of image files that can be saved as external resources during Pdf to Html conversion
enum class HtmlImageType
Values
Name | Value | Description |
---|---|---|
Jpeg | 0 | Jpeg format. |
Png | 1 | Png format. |
Bmp | 2 | Bmp format. |
Gif | 3 | Gif format. |
Tiff | 4 | Tiff format. |
Svg | 5 | Svg format. |
ZippedSvg | 6 | Zipped Svg format. |
Unknown | 7 | Unknown - means that converter cannot detect type of content itself. |
See Also
- Class HtmlSaveOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++