public final class ImageFormat
extends com.aspose.ms.System.Enum
Represents the file format of the image.
| Modifier and Type | Field and Description |
|---|---|
static int |
Bmp
Represents the bitmap (BMP) image format.
|
static int |
Emf
Represents the enhanced metafile (EMF) image format.
|
static int |
Exif
Represents the Exchangeable Image File (Exif) format.
|
static int |
Gif
Represents the Graphics Interchange Format (GIF) image format.
|
static int |
Icon
Represents the Windows icon image format.
|
static int |
Jpeg
Represents the Joint Photographic Experts Group (JPEG) image format.
|
static int |
MemoryBmp
Represents the format of a bitmap in memory.
|
static int |
Png
Represents the W3C Portable Network Graphics (PNG) image format.
|
static int |
Tiff
Represents the Tagged Image File Format (TIFF) image format.
|
static int |
Wmf
Represents the Windows metafile (WMF) image format.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int MemoryBmp
Represents the format of a bitmap in memory.
public static final int Bmp
Represents the bitmap (BMP) image format.
public static final int Emf
Represents the enhanced metafile (EMF) image format.
public static final int Wmf
Represents the Windows metafile (WMF) image format.
public static final int Gif
Represents the Graphics Interchange Format (GIF) image format.
public static final int Jpeg
Represents the Joint Photographic Experts Group (JPEG) image format.
public static final int Png
Represents the W3C Portable Network Graphics (PNG) image format.
public static final int Tiff
Represents the Tagged Image File Format (TIFF) image format.
public static final int Exif
Represents the Exchangeable Image File (Exif) format.
public static final int Icon
Represents the Windows icon image format.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.