public final class ImageFileType
extends com.aspose.ms.System.Enum
Enumerates the image file types.
Modifier and Type | Field and Description |
---|---|
static int |
Bmp
Bmp type
|
static int |
Ccitt
Ccitt type
|
static int |
Emf
Emf type
|
static int |
Exif
Exif type
|
static int |
Gif
Gif type
|
static int |
Icon
Icon type
|
static int |
Jpeg
Jpeg type
|
static int |
MemoryBmp
MemoryBmp type
<BLOCKQUOTE class="dtBlock">
<Font color="red">NOTE: This enum member is now obsolete.</Font></BLOCKQUOTE>
{@code Momory image can be supported by Image.ImageInfo.ImageStream. |
static int |
MemoryUnpacked |
static int |
Png
Png type
|
static int |
Tiff
Tiff type
|
static int |
Unknown
Unknown type
|
static int |
Wmf
Wmf type
|
public static final int Ccitt
Ccitt type
public static final int Gif
Gif type
public static final int Jpeg
Jpeg type
public static final int Png
Png type
public static final int Tiff
Tiff type
public static final int Bmp
Bmp type
public static final int Emf
Emf type
public static final int Exif
Exif type
public static final int Icon
Icon type
public static final int Wmf
Wmf type
public static final int MemoryBmp
MemoryBmp type
<BLOCKQUOTE class="dtBlock">
<Font color="red">NOTE: This enum member is now obsolete.</Font></BLOCKQUOTE>
<BLOCKQUOTE class="dtBlock">
Momory image can be supported by Image.ImageInfo.ImageStream. If BMP is used, just set the type
to Bmp.
It will be removed 12 months later since release 3.0.0.0 in April 2006. Aspose apologizes for
any inconvenience you may have experienced.</BLOCKQUOTE>
public static final int Unknown
Unknown type
public static final int MemoryUnpacked
Copyright © 2016 Aspose. All Rights Reserved.