public final class ShapeType
extends com.aspose.ms.System.Enum
This enum represents shape type for the extracted images.
Modifier and Type | Field and Description |
---|---|
static int |
Landscape
Landscape Shape.
|
static int |
None
Original image shape.
|
static int |
Portrait
Portrait Shape.
|
public static final int None
Original image shape.
public static final int Landscape
Landscape Shape.
public static final int Portrait
Portrait Shape.
Copyright © 2020 Aspose. All Rights Reserved.