Watermark Class
Represents the text or picture that appears behind the document.
Inheritance
System.Object
Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
Watermark
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class Watermark : ParagraphItem, IXDLSSerializable, IWidget, IParagraphItem, IEntity, IOfficeRun
Properties
EntityType
Gets the type of the entity.
Declaration
public override EntityType EntityType { get; }
Property Value
Type | Description |
---|---|
EntityType | The EntityType of the current item. |
Overrides
Type
Gets the watermark type. Read-Only.
Declaration
public WatermarkType Type { get; }
Property Value
Type | Description |
---|---|
WatermarkType | A WatermarkType represents the type of watermark in this WordDocument |
Methods
CreateLayoutInfo()
Declaration
protected override void CreateLayoutInfo()