WatermarkPosition Enumeration

Specifies the watermark position in a image.

Definition

Namespace: DevCase.ThirdParty.Aspose
Assembly: 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

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Aspose.Imaging by Aspose

Members

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.

See Also