WatermarkPosition Enumeration
Specifies the watermark position in a image.
Namespace: DevCase.ThirdParty.AsposeAssembly: DevCase.net48.ThirdParty.Aspose (in DevCase.net48.ThirdParty.Aspose.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WatermarkPosition
Public Enumeration WatermarkPosition
Dim instance As WatermarkPosition
public enum class WatermarkPosition
No code example is currently available or this language may not be supported.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Aspose.Imaging by Aspose
Top |
0 |
Top position.
horizontalmargin value is ignored.
|
TopLeft |
1 |
Top-Left position.
|
TopRight |
2 |
Top-Right position.
|
MiddleLeft |
3 |
Middle-Left position.
verticalmargin value is ignored.
|
Middle |
4 |
Middle position.
verticalmargin and horizontalmargin values are ignored.
|
MiddleRight |
5 |
Middle-Right position.
verticalmargin value is ignored.
|
Bottom |
6 |
Bottom position.
horizontalmargin value is ignored.
|
BottomLeft |
7 |
Bottom-Left position.
|
BottomRight |
8 |
Bottom-Right position.
|