|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.ImageQualityMode
public final class ImageQualityMode
Specifies the quality of the created com.aspose.barcode image. Only appliable to Jpeg format, such as save as .jpg files
Field Summary | |
---|---|
static int |
AntiAlias
Specifeis Anti-aliased image rendering. |
static int |
Default
Specifies No anti-aliasing image rendering. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int AntiAlias
Specifeis Anti-aliased image rendering. Much better quality due to antialiasing, but at a higher performance cost.
public static final int Default
Specifies No anti-aliasing image rendering.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |