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