public final class ImageFormatInternal extends Object
Modifier and Type | Field and Description |
---|---|
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
Bmp |
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
Emf |
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
Exif |
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
Gif |
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
Jpeg |
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
MemoryBmp |
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
Png |
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
Tiff |
static com.aspose.ms.System.Drawing.Imaging.ImageFormat |
Wmf |
Constructor and Description |
---|
ImageFormatInternal() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getNames() |
static boolean |
isBitmapType(com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat) |
static boolean |
isMetafileType(com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat) |
static boolean |
isUnknownType(com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat) |
static String |
toString(com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat) |
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat Bmp
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat Emf
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat Exif
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat Gif
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat Jpeg
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat MemoryBmp
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat Png
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat Tiff
public static final com.aspose.ms.System.Drawing.Imaging.ImageFormat Wmf
public static String toString(com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat)
public static boolean isBitmapType(com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat)
public static boolean isMetafileType(com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat)
public static boolean isUnknownType(com.aspose.ms.System.Drawing.Imaging.ImageFormat imgFormat)
public static String[] getNames()
Copyright © 2020 Aspose. All Rights Reserved.