public final class Rotation
extends com.aspose.ms.System.Enum
Enumeration of possible rotation values.
Modifier and Type | Field and Description |
---|---|
static int |
None
Non-rotated.
|
static int |
on180
Rotated on 180 degrees.
|
static int |
on270
Rotated on 270 degrees clockwise.
|
static int |
on360
Rotated on 360 degrees clockwise.
|
static int |
on90
Rotated on 90 degrees clockwise.
|
public static final int None
Non-rotated.
public static final int on90
Rotated on 90 degrees clockwise.
public static final int on180
Rotated on 180 degrees.
public static final int on270
Rotated on 270 degrees clockwise.
public static final int on360
Rotated on 360 degrees clockwise.
Copyright © 2024 Aspose. All Rights Reserved.