ImageFileType
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < ImageFileType > com.aspose.pdf.ImageFileType, java.lang.Enum < ImageFileType >, com.aspose.pdf.ImageFileType
All Implemented Interfaces: Serializable, Comparable < ImageFileType >
public enum ImageFileType extends Enum < ImageFileType >
Enumerates the image file types.
Fields
| Field | Description |
|---|---|
| Base64 | Base64 image file type. |
| Dicom | Dicom image file type. |
| Svg | svg image file type. |
| Unknown | Unknown type. |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
Base64
public static final ImageFileType Base64
Base64 image file type.
Dicom
public static final ImageFileType Dicom
Dicom image file type.
Svg
public static final ImageFileType Svg
svg image file type.
Unknown
public static final ImageFileType Unknown
Unknown type.
getByValue
public static ImageFileType getByValue(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value |
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static ImageFileType [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared