resolutiontype-ag凯发旗舰厅
com.spire.doc.fields.barcode
enum resolutiontype
java.lang.object
java.lang.enum<resolutiontype>
com.spire.doc.fields.barcode.resolutiontype
- all implemented interfaces:
- java.lang.comparable<resolutiontype>
public enum resolutiontype
- extends java.lang.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. |
graphics
public static final resolutiontype graphics
- according to the resolution of the graphics object.
use_dpi
public static final resolutiontype use_dpi
- apply defined dpix and dpiy properties.
printer
public static final resolutiontype printer
- according to the resolution of the specified printer.
getname
public java.lang.string getname()
getvalue
public int getvalue()