com.aspose.barcode
Class RotationAngle

java.lang.Object
  extended by com.aspose.barcode.RotationAngle

public final class RotationAngle
extends Object

Specifies the rotation angle of the barcode image.


Field Summary
static int NinetyDegree
          Specifies that the rotation angle of the barcode image is 90 degree.
static int OneHundredEightyDegree
          Specifies that the rotation angle of the barcode image is 180 degree.
static int TwoHundredSeventyDegree
          Specifies that the rotation angle of the barcode image is 270 degree.
static int ZeroDegree
          Specifies that the rotation angle of the barcode image is 0 degree.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZeroDegree

public static final int ZeroDegree
Specifies that the rotation angle of the barcode image is 0 degree.

See Also:
Constant Field Values

NinetyDegree

public static final int NinetyDegree
Specifies that the rotation angle of the barcode image is 90 degree.

See Also:
Constant Field Values

OneHundredEightyDegree

public static final int OneHundredEightyDegree
Specifies that the rotation angle of the barcode image is 180 degree.

See Also:
Constant Field Values

TwoHundredSeventyDegree

public static final int TwoHundredSeventyDegree
Specifies that the rotation angle of the barcode image is 270 degree.

See Also:
Constant Field Values


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.