Version

HeaderFooterType Enumeration

Specifies the possible types of headers and footers which may be specified for a given header or footer reference in a document section.
Syntax
'Declaration
 
Public Enum HeaderFooterType 
   Inherits System.Enum
public enum HeaderFooterType : System.Enum 
Members
MemberDescription
AllPagesSpecifies that this header/footer is to appear on every page in this section which is not overridden with a specific first page header/footer.
FirstPageOnlySpecifies that this header/footer is to appear on only the first page of the section.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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