public final class ResolutionMode extends Object
Specifies the resolution mode used to create barcode image.
Modifier and Type | Field and Description |
---|---|
static int |
Customized
Apply the resolution of the barcode image according to the user defined DpiX and DpiY properties.
|
static int |
Graphics
Apply the resolution of the barcode image according to the resolution of the specified Graphics object.
|
static int |
Printer
Apply the resolution of the barcode image according to the resolution of the specified printer.
|
Modifier and Type | Method and Description |
---|---|
static String |
getResolutionModeName(int resolutionMode)
Gets ResolutionMode value name
|
static int |
getResolutionModeValue(String resolutionMode)
Gets ResolutionMode value
|
public static final int Graphics
Apply the resolution of the barcode image according to the resolution of the specified Graphics object.
public static final int Customized
Apply the resolution of the barcode image according to the user defined DpiX and DpiY properties.
public static final int Printer
Apply the resolution of the barcode image according to the resolution of the specified printer.
public static String getResolutionModeName(int resolutionMode)
resolutionMode
- ResolutionMode valuepublic static int getResolutionModeValue(String resolutionMode)
resolutionMode
- ResolutionMode value nameCopyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.