ImageFileType

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

FieldDescription
Base64Base64 image file type.
DicomDicom image file type.
Svgsvg image file type.
UnknownUnknown type.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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:

ParameterTypeDescription
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