ImageFormat
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum
public enum ImageFormat extends Enum<ImageFormat>
This enumeration contains possible names of image formats that supported by PS/EPS to Image conversion.
Fields
Field | Description |
---|---|
BMP | BMP image format. |
JPEG | JPEG image format. |
PNG | PNG image format. |
GIF | GIF image format. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
BMP
public static final ImageFormat BMP
BMP image format.
JPEG
public static final ImageFormat JPEG
JPEG image format.
PNG
public static final ImageFormat PNG
PNG image format.
GIF
public static final ImageFormat GIF
GIF image format.
values()
public static ImageFormat[] values()
Returns: com.aspose.eps.ImageFormat[]
valueOf(String name)
public static ImageFormat valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: ImageFormat