Watermark

Watermark class

Represents a text watermark. For details, see the documentation.

public class Watermark

Constructors

Name Description
Watermark(string) Initializes an instance of the Watermark class.

Properties

Name Description
Color { get; set; } The watermark color. Default value is Red.
FontName { get; set; } The font name used for the watermark.
Position { get; set; } The watermark position. Default value is Diagonal.
Size { get; set; } The watermark size. Default value is FullSize.
Text { get; } The watermark text.

See Also