com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class ImageType



  • public final class ImageType
    extends Object
    Represents image format types.
    • Method Detail

      • getBmp

        public static ImageType getBmp()
        Image format for Bmp image
        Returns:
        ImageType object
      • getEmf

        public static ImageType getEmf()
        Image format for Emf image
        Returns:
        ImageType object
      • getExif

        public static ImageType getExif()
        Image format for Exif image
        Returns:
        ImageType object
      • getGif

        public static ImageType getGif()
        Image format for Gif image
        Returns:
        ImageType object
      • getJpeg

        public static ImageType getJpeg()
        Image format for Jpeg image
        Returns:
        ImageType object
      • getIcon

        public static ImageType getIcon()
        Image format for Icon image
        Returns:
        ImageType object
      • getMemoryBmp

        public static ImageType getMemoryBmp()
        Image format for Bmp image
        Returns:
        ImageType object
      • getPng

        public static ImageType getPng()
        Image format for Png image
        Returns:
        ImageType object
      • getTiff

        public static ImageType getTiff()
        Image format for Tiff image
        Returns:
        ImageType object
      • getWmf

        public static ImageType getWmf()
        Image format for Wmf image
        Returns:
        ImageType object
      • toString

        public static String toString(ImageType imgFormat)
        ImageType name
        Parameters:
        imgFormat - ImageType object
        Returns:
        string object
      • toString

        public String toString()
        ImageType name for this object
        Overrides:
        toString in class Object
        Returns:
        String object
      • isBitmapType

        public static boolean isBitmapType(ImageType imgFormat)
        Return true if isBitmapType
        Parameters:
        imgFormat - Image type object
        Returns:
        boolean value
      • isMetafileType

        public static boolean isMetafileType(ImageType imgFormat)
        Return true if isMetafileType
        Parameters:
        imgFormat - Image type object
        Returns:
        boolean value
      • isUnknownType

        public static boolean isUnknownType(ImageType imgFormat)
        Return true if isUnknownType
        Parameters:
        imgFormat - Image type object
        Returns:
        boolean value
      • getNames

        public static String[] getNames()
        Array of Paper format names
        Returns:
        String[] object