ShapeType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ShapeType extends System.Enum
This enum represents shape type for the extracted images.
Fields
Field | Description |
---|---|
None | Original image shape. |
Landscape | Landscape Shape. |
Portrait | Portrait Shape. |
None
public static final int None
Original image shape.
Landscape
public static final int Landscape
Landscape Shape.
Portrait
public static final int Portrait
Portrait Shape.