com.aspose.barcode
Class ResolutionMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.barcode.ResolutionMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class ResolutionMode
extends java.lang.Enum

Specifies the resolution mode used to create com.aspose.barcode image.

See Also:
Serialized Form

Field Summary
static int Customized
           Apply the resolution of the com.aspose.barcode image according to the user defined DpiX and DpiY properties.
static int Graphics
           Apply the resolution of the com.aspose.barcode image according to the resolution of the specified Graphics object.
static int Printer
           Apply the resolution of the com.aspose.barcode image according to the resolution of the specified printer.
 
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

Customized

public static final int Customized

Apply the resolution of the com.aspose.barcode image according to the user defined DpiX and DpiY properties.

See Also:
Constant Field Values

Graphics

public static final int Graphics

Apply the resolution of the com.aspose.barcode image according to the resolution of the specified Graphics object.

See Also:
Constant Field Values

Printer

public static final int Printer

Apply the resolution of the com.aspose.barcode image according to the resolution of the specified printer.

See Also:
Constant Field Values