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