Enumeration ImageFileFormat
ImageFileFormat defines the file format of the image file.
public @interface EnumImageFileFormat
{
int IFF_JPEG = 0;
int IFF_PNG = 1;
int IFF_BMP = 2;
int IFF_PDF = 3;
}
ImageFileFormat defines the file format of the image file.
public @interface EnumImageFileFormat
{
int IFF_JPEG = 0;
int IFF_PNG = 1;
int IFF_BMP = 2;
int IFF_PDF = 3;
}