public final class MapiContactPhotoImageFormat
extends com.aspose.ms.System.Enum
Enumerates MapiContact photo image format.
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
MS windows bitmap.
|
static int |
Gif
Graphics interchange format.
|
static int |
Jpeg
Jpeg format
|
static int |
Tiff
Tagged image file format.
|
static int |
Undefined
Undefined format.
|
static int |
Wmf
MS windows metafile.
|
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, toString
public static final int Undefined
Undefined format.
public static final int Jpeg
Jpeg format
public static final int Gif
Graphics interchange format.
public static final int Wmf
MS windows metafile.
public static final int Bmp
MS windows bitmap.
public static final int Tiff
Tagged image file format.