menu

Document Processing

Watermark Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    Watermark Class

    Represents the text or picture that appears behind the document.

    Inheritance
    System.Object
    OwnerHolder
    Syncfusion.DocIO.DLS.XML.XDLSSerializableBase
    Entity
    WidgetBase
    ParagraphItem
    Watermark
    PictureWatermark
    TextWatermark
    Implements
    IParagraphItem
    IEntity
    IOfficeRun
    Inherited Members
    Entity.Clone()
    Entity.IsComposite
    Entity.NextSibling
    Entity.Owner
    Entity.PreviousSibling
    OwnerHolder.Document
    OwnerHolder.m_doc
    ParagraphItem.ApplyStyle(String)
    ParagraphItem.CloneImpl()
    ParagraphItem.CloneRun()
    ParagraphItem.Dispose()
    ParagraphItem.IsDeleteRevision
    ParagraphItem.IsInsertRevision
    ParagraphItem.m_charFormat
    ParagraphItem.OwnerMathRunElement
    ParagraphItem.OwnerParagraph
    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
    Entity.EntityType

    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()
    Overrides
    WidgetBase.CreateLayoutInfo()

    Implements

    IParagraphItem
    IEntity
    IOfficeRun

    See Also

    TextWatermark
    PictureWatermark
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved