DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HeaderFooterType Enumeration

HeaderFooterType Enumeration
Specifies the type of a header or footer.
Syntax
'Declaration
 
Public Enum HeaderFooterType 
   Inherits System.Enum
 
Members
MemberDescription
EvenPagesEven page header/footeer.

Used only if PageSetup.OddAndEvenPagesHeaderFooter is set to true.

FirstPageFirst page header/footer.

Used only if PageSetup.DifferentFirstPageHeaderFooter is set to true.

PrimaryPrimary page header/footer.

If PageSetup.OddAndEvenPagesHeaderFooter is true, used for odd pages only.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Word.HeaderFooterType

See Also