public final class Position
extends com.aspose.ms.System.Enum
Defines watermark position.
Modifier and Type | Field and Description |
---|---|
static int |
BottomCenter
The bottom center position.
|
static int |
BottomLeft
The bottom left position.
|
static int |
BottomRight
The bottom right position.
|
static int |
Diagonal
The diagonal position.
|
static int |
TopCenter
The top center position.
|
static int |
TopLeft
The top left position.
|
static int |
TopRight
The top right position.
|
public static final int BottomCenter
The bottom center position.
public static final int BottomLeft
The bottom left position.
public static final int BottomRight
The bottom right position.
public static final int Diagonal
The diagonal position.
public static final int TopCenter
The top center position.
public static final int TopLeft
The top left position.
public static final int TopRight
The top right position.
Copyright © 2020. All rights reserved.