Watermark Class
Represents text watermark.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsWatermark

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class Watermark

The Watermark type exposes the following members.

Constructors
  NameDescription
Public methodWatermark
Initializes new instance of Watermark class.
Properties
  NameDescription
Public propertyColor
The watermark color. Default value is Red.
Public propertyFontName
The font name used for the watermark.
Public propertyPosition
The watermark position. Default value is Diagonal.
Public propertySize
The watermark size. Default value is FullSize.
Public propertyText
The watermark text.
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.)
See Also