|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ResolutionType>
com.spire.barcode.ResolutionType
public enum ResolutionType
Resolution mode used to create Barcode image.
Enum Constant Summary | |
---|---|
Graphics
According to the resolution of the Graphics object. |
|
Printer
According to the resolution of the specified printer. |
|
Use_Dpi
Apply defined DpiX and DpiY properties. |
Method Summary | |
---|---|
java.lang.String |
getName()
|
int |
getValue()
|
Enum Constant Detail |
---|
public static final ResolutionType Graphics
public static final ResolutionType Use_Dpi
public static final ResolutionType Printer
Method Detail |
---|
public java.lang.String getName()
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |