public final class RotationAngle
extends java.lang.Enum
Specifies the rotation angle of the barcode image.
Modifier and Type | Field and Description |
---|---|
static int |
NinetyDegree
Specifies that the rotation angle of the barcode image is
<b>90</b> degree. |
static int |
OneHundredEightyDegree
Specifies that the rotation angle of the barcode image is
<b>180</b> degree. |
static int |
TwoHundredSeventyDegree
Specifies that the rotation angle of the barcode image is
<b>270</b> degree. |
static int |
ZeroDegree
Specifies that the rotation angle of the barcode image is
<b>0</b> degree. |
public static final int NinetyDegree
Specifies that the rotation angle of the barcode image is <b>90</b>
degree.
public static final int OneHundredEightyDegree
Specifies that the rotation angle of the barcode image is <b>180</b>
degree.
public static final int TwoHundredSeventyDegree
Specifies that the rotation angle of the barcode image is <b>270</b>
degree.
public static final int ZeroDegree
Specifies that the rotation angle of the barcode image is <b>0</b>
degree.