![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.kit.ImageType
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 |
public static final ImageType BMP
public static final ImageType JPEG
public static final ImageType PNG
public static final ImageType TIFF
Constructor Detail |
public ImageType(java.lang.String imageTypeName)
imageTypeName
- The image type name.Method Detail |
public java.lang.String getTypeName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |