Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderFooterType

    Show / Hide Table of Contents

    Class HeaderFooterType

    Specifies type of the Header or Footer.

    Inheritance
    System.Object
    HeaderFooterType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class HeaderFooterType : Enum

    Fields

    EvenFooter

    Footer for even numbered pages.

    Declaration
    public const HeaderFooterType EvenFooter
    Field Value
    Type Description
    HeaderFooterType

    EvenHeader

    Header for even numbered pages.

    Declaration
    public const HeaderFooterType EvenHeader
    Field Value
    Type Description
    HeaderFooterType

    FirstPageFooter

    Footer for the first page of the section.

    Declaration
    public const HeaderFooterType FirstPageFooter
    Field Value
    Type Description
    HeaderFooterType

    FirstPageHeader

    Header for the first page of the section.

    Declaration
    public const HeaderFooterType FirstPageHeader
    Field Value
    Type Description
    HeaderFooterType

    OddFooter

    Footer for odd numbered pages.

    Declaration
    public const HeaderFooterType OddFooter
    Field Value
    Type Description
    HeaderFooterType

    OddHeader

    Header for odd numbered pages.

    Declaration
    public const HeaderFooterType OddHeader
    Field Value
    Type Description
    HeaderFooterType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved