public final class ImageQualityMode
extends java.lang.Enum
Specifies the quality of the created com.aspose.barcode image. Only appliable to Jpeg format, such as save as .jpg files
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.