public final class ImageMergeMode
extends com.aspose.ms.System.Enum
Represents modes for merging images.
Modifier and Type | Field and Description |
---|---|
static int |
Center
Images aligned by center.
|
static int |
Horizontal
Images merged horizontally.
|
static int |
Vertical
Images merged vertically.
|
public static final int Vertical
Images merged vertically.
public static final int Horizontal
Images merged horizontally.
public static final int Center
Images aligned by center.