asposecells.api

Class ImageType

Utility class containing constants. Specifies the type (format) of an image.

Field Summary
const  intUNKNOWN
An unknown image type.
const  intEMF
Windows Enhanced Metafile.
const  intWMF
Windows Metafile.
const  intPICT
Macintosh PICT.
const  intJPEG
JPEG JFIF.
const  intPNG
Portable Network Graphics.
const  intBMP
Windows Bitmap
const  intGIF
Gif
const  intTIFF
Tiff
const  intSVG
Svg
const  intSVM
Svm
const  intGLTF
glTF
const  intOFFICE_COMPATIBLE_EMF
Windows Enhanced Metafile which is more compatible with Office.
const  intWEB_P
Weppy image format
 

    • Field Detail

      • UNKNOWN

        const int UNKNOWN
        An unknown image type.
      • EMF

        const int EMF
        Windows Enhanced Metafile.
      • WMF

        const int WMF
        Windows Metafile.
      • PICT

        const int PICT
        Macintosh PICT.
      • JPEG

        const int JPEG
        JPEG JFIF.
      • PNG

        const int PNG
        Portable Network Graphics.
      • BMP

        const int BMP
        Windows Bitmap
      • GIF

        const int GIF
        Gif
      • TIFF

        const int TIFF
        Tiff
      • SVG

        const int SVG
        Svg
      • SVM

        const int SVM
        Svm
      • GLTF

        const int GLTF
        glTF
      • OFFICE_COMPATIBLE_EMF

        const int OFFICE_COMPATIBLE_EMF
        Windows Enhanced Metafile which is more compatible with Office.
      • WEB_P

        const int WEB_P
        Weppy image format