ImageType

Inheritance: java.lang.Object, com.aspose.pdf.ImageType

public final class ImageType extends Object

Represents image format types.

Methods

MethodDescription
getBmpImage format for Bmp image
getEmfImage format for Emf image
getExifImage format for Exif image
getGifImage format for Gif image
getIconImage format for Icon image
getJpegImage format for Jpeg image
getMemoryBmpImage format for Bmp image
getNamesArray of Paper format names
getPngImage format for Png image
getTiffImage format for Tiff image
getWmfImage format for Wmf image
isBitmapTypeReturn true if isBitmapType
isMetafileTypeReturn true if isMetafileType
isUnknownTypeReturn true if isUnknownType
toStringImageType name for this object
toStringImageType name for this object

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

getIcon

public static ImageType getIcon()

Image format for Icon image

Returns: ImageType object

getJpeg

public static ImageType getJpeg()

Image format for Jpeg image

Returns: ImageType object

getMemoryBmp

public static ImageType getMemoryBmp()

Image format for Bmp image

Returns: ImageType object

getNames

public static String [] getNames()

Array of Paper format names

Returns: String[] 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

isBitmapType

Return true if isBitmapType

isMetafileType

Return true if isMetafileType

isUnknownType

Return true if isUnknownType

toString

public String toString()

ImageType name for this object

Returns: String object

toString

ImageType name for this object

Returns: String object