Xceed Words for .NET v5.1 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / SectionScope Enumeration


In This Topic
    SectionScope Enumeration
    In This Topic
    Contains the various options that determine which pages of the Document will display the Watermark.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum SectionScope 
       Inherits System.Enum
    'Usage
     
    Dim instance As SectionScope
    [Flags()]
    public enum SectionScope : System.Enum 
    Members
    MemberDescription
    AllPagesThe Watermark will be displayed on all pages.
    EvenPagesThe Watermark will be displayed on even-numbered pages only.
    FirstPageThe Watermark will be displayed on the first page only.
    NoneThe Watermark will not be displayed.
    OddPagesThe Watermark will be displayed on odd-numbered pages only.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Document.NET.SectionScope

    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