public final class ImageFormatInternal extends Object
Modifier and Type | Method and Description |
---|---|
static ImageFormatInternal |
getBmp()
Image format for Bmp image
|
static ImageFormatInternal |
getEmf()
Image format for Emf image
|
static ImageFormatInternal |
getExif()
Image format for Exif image
|
static ImageFormatInternal |
getGif()
Image format for Gif image
|
static ImageFormatInternal |
getIcon()
Image format for Icon image
|
com.aspose.ms.System.Drawing.Imaging.ImageFormat |
getInternalFormat()
internal method
|
static ImageFormatInternal |
getJpeg()
Image format for Jpeg image
|
static ImageFormatInternal |
getMemoryBmp()
Image format for Bmp image
|
static String[] |
getNames() |
static ImageFormatInternal |
getPng()
Image format for Png image
|
static ImageFormatInternal |
getTiff()
Image format for Tiff image
|
static ImageFormatInternal |
getWmf()
Image format for tWmf image
|
static boolean |
isBitmapType(ImageFormatInternal imgFormat) |
static boolean |
isMetafileType(ImageFormatInternal imgFormat) |
static boolean |
isUnknownType(ImageFormatInternal imgFormat) |
String |
toString() |
static String |
toString(ImageFormatInternal imgFormat) |
public static ImageFormatInternal getBmp()
imgFormat
- public static ImageFormatInternal getEmf()
imgFormat
- public static ImageFormatInternal getExif()
imgFormat
- public static ImageFormatInternal getGif()
imgFormat
- public static ImageFormatInternal getJpeg()
imgFormat
- public static ImageFormatInternal getIcon()
imgFormat
- public static ImageFormatInternal getMemoryBmp()
imgFormat
- public static ImageFormatInternal getPng()
imgFormat
- public static ImageFormatInternal getTiff()
imgFormat
- public static ImageFormatInternal getWmf()
imgFormat
- public com.aspose.ms.System.Drawing.Imaging.ImageFormat getInternalFormat()
public static String toString(ImageFormatInternal imgFormat)
public static boolean isBitmapType(ImageFormatInternal imgFormat)
public static boolean isMetafileType(ImageFormatInternal imgFormat)
public static boolean isUnknownType(ImageFormatInternal imgFormat)
public static String[] getNames()
Copyright © 2014 Aspose. All Rights Reserved.