Class HeaderFooterType
Specifies type of the Header or Footer.
Inheritance
System.Object
HeaderFooterType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class HeaderFooterType : Enum
Fields
EvenFooter
Footer for even numbered pages.
Declaration
public const HeaderFooterType EvenFooter
Field Value
Type |
---|
HeaderFooterType |
EvenHeader
Header for even numbered pages.
Declaration
public const HeaderFooterType EvenHeader
Field Value
Type |
---|
HeaderFooterType |
FirstPageFooter
Footer for the first page of the section.
Declaration
public const HeaderFooterType FirstPageFooter
Field Value
Type |
---|
HeaderFooterType |
FirstPageHeader
Header for the first page of the section.
Declaration
public const HeaderFooterType FirstPageHeader
Field Value
Type |
---|
HeaderFooterType |
OddFooter
Footer for odd numbered pages.
Declaration
public const HeaderFooterType OddFooter
Field Value
Type |
---|
HeaderFooterType |
OddHeader
Header for odd numbered pages.
Declaration
public const HeaderFooterType OddHeader
Field Value
Type |
---|
HeaderFooterType |