com.pdfjet
Class ImageType
java.lang.Object
com.pdfjet.ImageType
public class ImageType
- extends java.lang.Object
Used to specify the image type of an image.
Supported types: ImageType.JPG, ImageType.PNG, ImageType.BMP and ImageType.JET
See the Image class for more information.
Field Summary |
static int |
BMP
|
static int |
JET
|
static int |
JPG
|
static int |
PNG
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPG
public static final int JPG
- See Also:
- Constant Field Values
PNG
public static final int PNG
- See Also:
- Constant Field Values
BMP
public static final int BMP
- See Also:
- Constant Field Values
JET
public static final int JET
- See Also:
- Constant Field Values
ImageType
public ImageType()