public final class ResolutionMode
extends java.lang.Enum
Specifies the resolution mode used to create com.aspose.barcode image.
Modifier and Type | Field and Description |
---|---|
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.
|
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.