Watermark

Watermark class

Represents a watermark to be added to a document.

public abstract class Watermark

Properties

Name Description
ConsiderParentMargins { get; set; } Gets or sets a value indicating whether the watermark size and coordinates are calculated considering parent margins.
Height { get; set; } Gets or sets the desired height of this Watermark.
HorizontalAlignment { get; set; } Gets or sets the horizontal alignment of this Watermark.
IsBackground { get; set; } Gets or sets a value indicating whether the watermark should be placed at background.
Margins { get; set; } Gets or sets the margin settings of this Watermark.
Opacity { get; set; } Gets or sets the opacity of this Watermark.
PagesSetup { get; set; } Gets or sets the pages setup settings of this Watermark.
RotateAngle { get; set; } Gets or sets the rotate angle of this Watermark in degrees.
ScaleFactor { get; set; } Gets or sets a value that defines how watermark size depends on parent size.
SizingType { get; set; } Gets or sets a value specifying a way watermark should be sized.
TileOptions { get; set; } Get or sets options to define repeated watermark
VerticalAlignment { get; set; } Gets or sets the vertical alignment of this Watermark.
Width { get; set; } Gets or sets the desired width of this Watermark.
X { get; set; } Gets or sets the x-coordinate of this Watermark.
Y { get; set; } Gets or sets the y-coordinate of this Watermark.

Remarks

Learn more

See Also