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


In This Topic
    Sections Property (Watermark)
    In This Topic
    Gets the indexes that correspond to the Sections displaying the Watermark.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sections As HashSet(Of Integer)
    'Usage
     
    Dim instance As Watermark
    Dim value As HashSet(Of Integer)
     
    value = instance.Sections
    public HashSet<int> Sections {get;}
    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