(ExcelExplorer 4.1)
Get image type.
integer Type( )
Parameters
- None
Description
Returns image type (constant). Currently supported the following image types:
| Constant |
Description |
| EE_IMAGE_EMF |
Windows Enhanced Metafile. |
| EE_IMAGE_WMF |
Windows Metafile. |
| EE_IMAGE_PICT |
Macintosh PICT. |
EE_IMAGE_JFIF, EE_IMAGE_JPEG |
JPEG File Interchange Format. |
| EE_IMAGE_PNG |
Portable Network Graphics. |
| EE_IMAGE_BMP |
Windows Bitmap. |
| EE_IMAGE_GIF |
Graphics Interchange Format. |
This function can returns FALSE if no image type found.
This can happens only in erroneous Excel files.
|