|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.ResolutionMode
public final class ResolutionMode
Specifies the resolution mode used to create com.aspose.barcode image.
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 |
---|
public static final int Customized
Apply the resolution of the com.aspose.barcode image according to the user defined DpiX and DpiY properties.
public static final int Graphics
Apply the resolution of the com.aspose.barcode image according to the resolution of the specified Graphics object.
public static final int Printer
Apply the resolution of the com.aspose.barcode image according to the resolution of the specified printer.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |