|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.ImageFileType
public class ImageFileType
Enumerates the image file types.
Field Summary | |
---|---|
static ImageFileType |
Bmp
Bmp type |
static ImageFileType |
Ccitt
Ccitt type |
static ImageFileType |
Emf
Emf type |
static ImageFileType |
Exif
Exif type |
static ImageFileType |
Gif
Gif type |
static ImageFileType |
Icon
Icon type |
static ImageFileType |
Jpeg
Jpeg type |
static ImageFileType |
MemoryBmp
MemoryBmp type |
static ImageFileType |
MemoryUnpacked
Unpacked memory image type |
static ImageFileType |
Png
Png type |
static ImageFileType |
Tiff
Tiff type |
static ImageFileType |
Unknown
Unknown type |
static ImageFileType |
Wmf
Wmf type |
Fields inherited from class aspose.pdf.EnumerationBase |
---|
value |
Method Summary | |
---|---|
static java.lang.String |
getImageFileFormatString(ImageFileType imageFileType)
Returns format string representation for image with specified imageFileType . |
Methods inherited from class aspose.pdf.EnumerationBase |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final ImageFileType Unknown
public static final ImageFileType MemoryUnpacked
public static final ImageFileType MemoryBmp
public static final ImageFileType Wmf
public static final ImageFileType Icon
public static final ImageFileType Exif
public static final ImageFileType Emf
public static final ImageFileType Bmp
public static final ImageFileType Tiff
public static final ImageFileType Png
public static final ImageFileType Jpeg
public static final ImageFileType Gif
public static final ImageFileType Ccitt
Method Detail |
---|
public static java.lang.String getImageFileFormatString(ImageFileType imageFileType)
imageFileType
.
imageFileType
- the image format type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |