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

FieldDescription
NoneOriginal image shape.
LandscapeLandscape Shape.
PortraitPortrait 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.