Enum ShapeType

ShapeType enumeration

This enum represents shape type for the extracted images.

public enum ShapeType

Values

NameValueDescription
None0Original image shape.
Landscape1Landscape Shape.
Portrait2Portrait Shape.

See Also