Enum SvgSaveOptions.SvgExternalImageType
SvgSaveOptions.SvgExternalImageType enumeration
enumerates possible types of image files that can be saved as external resources during during Pdf to SVG conversion
public enum 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
- assembly Aspose.PDF