Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Watermark Class
Members


In This Topic
    Watermark Class
    In This Topic
    Represents a watermark.
    Syntax
    'Declaration
     
    Public MustInherit Class Watermark 
    'Usage
     
    Dim instance As Watermark
    public abstract class Watermark 
    Remarks
    There are two kinds of watermarks : PictureWatermarksTextWatermarks.
    Inheritance Hierarchy

    System.Object
       Xceed.Document.NET.Watermark
          Xceed.Document.NET.PictureWatermark
          Xceed.Document.NET.TextWatermark

    Protected Fields
     NameDescription
    Protected Field  
    Protected Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the SectionScope.  
    Public PropertyGets the indexes that correspond to the Sections displaying the Watermark.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
    Public MethodAllows to verify if the Watermark is applied to a specific SectionScope.  
    Public MethodRemoves the Watermark from the specified Section(s).  
    Public MethodAdds the Watermark to the specified Section(s).  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also