public static final class RecognitionHints.Orientation
extends com.aspose.ms.System.Enum
Orientation hints.
Modifier and Type | Field and Description |
---|---|
static int |
NoRotate
No rotation.
|
static int |
Rotate180
Rotate image by 180 degress clockwise.
|
static int |
Rotate270
Rotate image by 270 degress clockwise.
|
static int |
Rotate90
Rotate image by 90 degress clockwise.
|
Modifier and Type | Method and Description |
---|---|
static String |
getOrientationName(int orientationHints) |
static int |
getOrientationValue(String orientationHints) |
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NoRotate
No rotation.
public static final int Rotate90
Rotate image by 90 degress clockwise.
public static final int Rotate180
Rotate image by 180 degress clockwise.
public static final int Rotate270
Rotate image by 270 degress clockwise.
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.