GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    HeaderFooter Class

    Namespace:
    GemBox.Presentation
    Assembly:
    GemBox.Presentation.dll

    Represents a header and a footer of a MasterSlide or a LayoutSlide.

    • C#
    • VB.NET
    public sealed class HeaderFooter
    Public NotInheritable Class HeaderFooter
    Inheritance:
    System.Object
    HeaderFooter

    Properties

    IsDateTimeEnabled

    Gets or sets a value indicating whether the Date placeholder is enabled.

    • C#
    • VB.NET
    public bool IsDateTimeEnabled { get; set; }
    Public Property IsDateTimeEnabled As Boolean
    Property Value
    System.Boolean

    true if the Date placeholder is enabled; otherwise, false.

    IsFooterEnabled

    Gets or sets a value indicating whether the Footer placeholder is enabled.

    • C#
    • VB.NET
    public bool IsFooterEnabled { get; set; }
    Public Property IsFooterEnabled As Boolean
    Property Value
    System.Boolean

    true if the Footer placeholder is enabled; otherwise, false.

    IsHeaderEnabled

    Gets or sets a value indicating whether the Header placeholder is enabled.

    • C#
    • VB.NET
    public bool IsHeaderEnabled { get; set; }
    Public Property IsHeaderEnabled As Boolean
    Property Value
    System.Boolean

    true if the Header placeholder is enabled; otherwise, false.

    IsSlideNumberEnabled

    Gets or sets a value indicating whether the SlideNumber placeholder is enabled.

    • C#
    • VB.NET
    public bool IsSlideNumberEnabled { get; set; }
    Public Property IsSlideNumberEnabled As Boolean
    Property Value
    System.Boolean

    true if the SlideNumber placeholder is enabled; otherwise, false.

    Examples

    Header and Footer Example
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.