Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Watermark Class / HasScope Method
The SectionScope that will be checked.


In This Topic
    HasScope Method
    In This Topic
    Allows to verify if the Watermark is applied to a specific SectionScope.
    Syntax
    'Declaration
     
    Public Function HasScope( _
       ByVal scopeToCheck As SectionScope _
    ) As Boolean
    'Usage
     
    Dim instance As Watermark
    Dim scopeToCheck As SectionScope
    Dim value As Boolean
     
    value = instance.HasScope(scopeToCheck)
    public bool HasScope( 
       SectionScope scopeToCheck
    )

    Parameters

    scopeToCheck
    The SectionScope that will be checked.

    Return Value

    Returns true if the specified SectionScope is currently displaying the Watermark; returns false otherwise.
    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