com.aspose.barcode
Class ImageQualityMode

java.lang.Object
  extended by com.aspose.barcode.ImageQualityMode

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


Field Summary
static int ANTI_ALIAS
           Specifeis Anti-aliased image rendering.
static int DEFAULT
           Specifies No anti-aliasing image rendering.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final int DEFAULT

Specifies No anti-aliasing image rendering.

See Also:
Constant Field Values

ANTI_ALIAS

public static final int ANTI_ALIAS

Specifeis Anti-aliased image rendering. Much better quality due to antialiasing, but at a higher performance cost.

See Also:
Constant Field Values


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.