ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeaderFooters - ASP.NETCore API Reference | Syncfusion HeaderFooters class. ">

    Show / Hide Table of Contents

    Class HeaderFooters

    Represents the HeaderFooters class.

    Inheritance
    System.Object
    BaseNode
    HeaderFooters
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ.DocumentEditor
    Assembly: Syncfusion.EJ.DocumentEditor.dll
    Syntax
    public class HeaderFooters : BaseNode

    Constructors

    HeaderFooters()

    Initializes a new instance of the HeaderFooters class.

    Declaration
    public HeaderFooters()

    Properties

    EvenFooter

    Gets or sets the even page footer.

    Declaration
    public HeaderFooter EvenFooter { get; set; }
    Property Value
    Type Description
    HeaderFooter

    EvenHeader

    Gets or sets the even page header.

    Declaration
    public HeaderFooter EvenHeader { get; set; }
    Property Value
    Type Description
    HeaderFooter

    FirstPageFooter

    Gets or sets the first page footer.

    Declaration
    public HeaderFooter FirstPageFooter { get; set; }
    Property Value
    Type Description
    HeaderFooter

    FirstPageHeader

    Gets or sets the first page header.

    Declaration
    public HeaderFooter FirstPageHeader { get; set; }
    Property Value
    Type Description
    HeaderFooter

    Footer

    Gets or sets the odd page or default footer.

    Declaration
    public HeaderFooter Footer { get; set; }
    Property Value
    Type Description
    HeaderFooter

    Header

    Gets or sets the odd page or default header.

    Declaration
    public HeaderFooter Header { get; set; }
    Property Value
    Type Description
    HeaderFooter
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved