menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderType

    Specifies the type of header or footer.

    Inheritance
    System.Object
    HeaderType
    Namespace: Syncfusion.DocIO.ReaderWriter
    Assembly: Syncfusion.DocIO.Portable.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved