public final class ImageQualityMode extends Object
Specifies the quality of the created barcode image. Only appliable to Jpeg format, such as save as .jpg files
public static final int Default
Specifies No anti-aliasing image rendering.
public static final int AntiAlias
Specifeis Anti-aliased image rendering. Much better quality due to antialiasing, but at a higher performance cost.
Copyright (c) 2002-2014 Aspose Pty Ltd. All Rights Reserved.