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
|
static int |
Gif
Gif
|
static int |
Jpeg
Jpeg
|
static int |
Png
Png
|
static int |
Tiff
Tiff
|
static int |
Unknown
Unknown - means that converter cannot detect type of content itself
|
public static final int Jpeg
Jpeg
public static final int Png
Png
public static final int Bmp
Bmp
public static final int Gif
Gif
public static final int Tiff
Tiff
public static final int Unknown
Unknown - means that converter cannot detect type of content itself
Copyright © 2018 Aspose. All Rights Reserved.