SvgSaveOptions.SvgExternalImageType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public static final class SvgSaveOptions.SvgExternalImageType extends System.Enum
enumerates possible types of image files that can be saved as external resources during during Pdf to SVG conversion
Fields
Field | Description |
---|---|
Jpeg | Jpeg format |
Png | Png format |
Bmp | Bmp format |
Gif | Gif format |
Tiff | Tiff format |
Unknown | Unknown - means that converter cannot detect type of content itself |
Jpeg
public static final int Jpeg
Jpeg format
Png
public static final int Png
Png format
Bmp
public static final int Bmp
Bmp format
Gif
public static final int Gif
Gif format
Tiff
public static final int Tiff
Tiff format
Unknown
public static final int Unknown
Unknown - means that converter cannot detect type of content itself