|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.RenderFormat
public final class RenderFormat
Represents the image formats rendering to the target.
Field Summary | |
---|---|
static int |
BMP
Bitmap format. |
static int |
GIF
Gif format. |
static int |
JPEG
Jpeg format. |
static int |
PNG
Png format. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int JPEG
Jpeg format.
public static final int GIF
Gif format.
public static final int BMP
Bitmap format.
public static final int PNG
Png format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |