devpia.dextuploadnj.media.ImageOption
Enum Format
- Minimum version supported
- 1.0.0
- Minimum support environment
- JRE 1.6
- Description
-
Defines the formats of image files. The formats of files that can be saved with DEXTUploadNJ are only jpg, gif, png, bmp and completely depend on the ImageIO library.
If the Java platform to use does not support the above four formats, it can fail at the time of saving the file or an error can occur.
Enum constant Description Jpg The JPG image format Jpg The GIF image format Png The PNG image format Bmp The BMP image format