com.aspose.barcode
Class RotationDirection

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

public final class RotationDirection
extends Object

Rotation Direction, must be the following: Clockwise or AntiClockwise


Field Summary
static int AntiClockwise
           anti clockwise rotate
static int Clockwise
           clock wise rotate
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Clockwise

public static final int Clockwise

clock wise rotate

See Also:
Constant Field Values

AntiClockwise

public static final int AntiClockwise

anti clockwise rotate

See Also:
Constant Field Values


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