Watermark Class
Represents a watermark to be added to a document.
Inheritance Hierarchy

Namespace: GroupDocs.Watermark
Assembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntax
public abstract class Watermark

The Watermark type exposes the following members.

Properties
  NameDescription
Public propertyConsiderParentMargins
Gets or sets a value indicating whether the watermark size and coordinates are calculated considering parent margins.
Public propertyHeight
Gets or sets the desired height of this Watermark.
Public propertyHorizontalAlignment
Gets or sets the horizontal alignment of this Watermark.
Public propertyIsBackground
Gets or sets a value indicating whether the watermark should be placed at background.
Public propertyMargins
Gets or sets the margin settings of this Watermark.
Public propertyOpacity
Gets or sets the opacity of this Watermark.
Public propertyRotateAngle
Gets or sets the rotate angle of this Watermark in degrees.
Public propertyScaleFactor
Gets or sets a value that defines how watermark size depends on parent size.
Public propertySizingType
Gets or sets a value specifying a way watermark should be sized.
Public propertyVerticalAlignment
Gets or sets the vertical alignment of this Watermark.
Public propertyWidth
Gets or sets the desired width of this Watermark.
Public propertyX
Gets or sets the x-coordinate of this Watermark.
Public propertyY
Gets or sets the y-coordinate of this Watermark.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
Learn more
See Also