|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.BarCodeImageFormat
public final class BarCodeImageFormat
Specifies the file format of the image.
Field Summary | |
---|---|
static int |
BMP
Specifies the bitmap (BMP) image format. |
static int |
GIF
Specifies the Graphics Interchange Format (GIF) image format. |
static int |
JPEG
Specifies the Joint Photographic Experts Group (JPEG) image format. |
static int |
PNG
Specifies the W3C Portable Network Graphics (PNG) image format. |
static int |
TIFF
Specifies the Tagged Image File Format (TIFF) image format. |
Constructor Summary | |
---|---|
BarCodeImageFormat()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BMP
Specifies the bitmap (BMP) image format.
public static final int GIF
Specifies the Graphics Interchange Format (GIF) image format.
public static final int JPEG
Specifies the Joint Photographic Experts Group (JPEG) image format.
public static final int PNG
Specifies the W3C Portable Network Graphics (PNG) image format.
public static final int TIFF
Specifies the Tagged Image File Format (TIFF) image format.
Constructor Detail |
---|
public BarCodeImageFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |