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.
|
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-2015 Aspose Pty Ltd. All Rights Reserved.