Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.kit
Class ImageType

java.lang.Object
  extended bycom.aspose.pdf.kit.ImageType

public class ImageType
extends java.lang.Object

Represents 4 types of image.


Field Summary
static ImageType BMP
          Microsoft Windows bitmap image file.
static ImageType JPEG
          A file format developed by the Joint Photographic Experts Group.
static ImageType PNG
          Portable Network Graphics.
static ImageType TIFF
          Tag Image File Format.
 
Constructor Summary
ImageType(java.lang.String imageTypeName)
          Initializes a new instance of the ImageType class with given image type name.
 
Method Summary
 java.lang.String getTypeName()
          Gets the image type name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BMP

public static final ImageType BMP
Microsoft Windows bitmap image file.


JPEG

public static final ImageType JPEG
A file format developed by the Joint Photographic Experts Group.


PNG

public static final ImageType PNG
Portable Network Graphics.


TIFF

public static final ImageType TIFF
Tag Image File Format.

Constructor Detail

ImageType

public ImageType(java.lang.String imageTypeName)
Initializes a new instance of the ImageType class with given image type name.

Parameters:
imageTypeName - The image type name.
Method Detail

getTypeName

public java.lang.String getTypeName()
Gets the image type name.

Returns:
image type name.