Class HeaderFooterType
Specifies the header/footer type.
Inheritance
System.Object
HeaderFooterType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.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 first page.
Declaration
public const HeaderFooterType FirstPageFooter
Field Value
Type |
---|
HeaderFooterType |
FirstPageHeader
Header for first page.
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 |