public final class ImageType
extends com.aspose.ms.System.Enum
Specifies the file format of the image
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Gets the bitmap (BMP) image format.
|
static int |
Emf
Gets the enhanced metafile (EMF) image format.
|
static int |
Gif
Gets the Graphics Interchange Format (GIF) image format.
|
static int |
Icon
Gets the Windows icon image format.
|
static int |
Jpeg
Gets the Joint Photographic Experts Group (JPEG) image format.
|
static int |
Png
Gets the W3C Portable Network Graphics (PNG) image format.
|
static int |
Tiff
Gets the Tagged Image File Format (TIFF) image format.
|
static int |
Unknown
Image format was not recognized.
|
static int |
Wmf
Gets the Windows metafile (WMF) image format.
|
public static final int Unknown
Image format was not recognized.
public static final int Bmp
Gets the bitmap (BMP) image format.
public static final int Emf
Gets the enhanced metafile (EMF) image format.
public static final int Gif
Gets the Graphics Interchange Format (GIF) image format.
public static final int Icon
Gets the Windows icon image format.
public static final int Jpeg
Gets the Joint Photographic Experts Group (JPEG) image format.
public static final int Png
Gets the W3C Portable Network Graphics (PNG) image format.
public static final int Tiff
Gets the Tagged Image File Format (TIFF) image format.
public static final int Wmf
Gets the Windows metafile (WMF) image format.