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