| HtmlSaveOptionsHtmlImageType Enumeration |
enumerates possible types of image files
that can be saved as external resources
during Pdf to Html conversion
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum HtmlImageType
Public Enumeration HtmlImageType
public enum class HtmlImageType
Members|
| Member 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