menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Header - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Header

    Implements the header class used by the Essential Diagram printing system. HeaderFooterBase Footer

    Inheritance
    System.Object
    HeaderFooterBase
    Header
    Implements
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    Inherited Members
    HeaderFooterBase.AutoBounds
    HeaderFooterBase.BorderStyle
    HeaderFooterBase.Bounds
    HeaderFooterBase.Center
    HeaderFooterBase.Clone()
    HeaderFooterBase.ComposedCenter
    HeaderFooterBase.ComposedLeft
    HeaderFooterBase.ComposedRight
    HeaderFooterBase.Culture
    HeaderFooterBase.CurrentPage
    HeaderFooterBase.Font
    HeaderFooterBase.ForeColor
    HeaderFooterBase.GetDefaultValue(String)
    HeaderFooterBase.GetObjectData(SerializationInfo, StreamingContext)
    HeaderFooterBase.Image
    HeaderFooterBase.ImageLayout
    HeaderFooterBase.ImagePath
    HeaderFooterBase.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    HeaderFooterBase.Left
    HeaderFooterBase.MarginLeft
    HeaderFooterBase.MarginRight
    HeaderFooterBase.ResetBorderStyle()
    HeaderFooterBase.ResetCenter()
    HeaderFooterBase.ResetFont()
    HeaderFooterBase.ResetForeColor()
    HeaderFooterBase.ResetImagePath()
    HeaderFooterBase.ResetLeft()
    HeaderFooterBase.ResetRight()
    HeaderFooterBase.Right
    HeaderFooterBase.SafelyGetValue(SerializationInfo, String, Type)
    HeaderFooterBase.ShouldSerializeBorderStyle()
    HeaderFooterBase.ShouldSerializeCenter()
    HeaderFooterBase.ShouldSerializeFont()
    HeaderFooterBase.ShouldSerializeForeColor()
    HeaderFooterBase.ShouldSerializeImagePath()
    HeaderFooterBase.ShouldSerializeLeft()
    HeaderFooterBase.ShouldSerializeRight()
    HeaderFooterBase.TotalPages
    HeaderFooterBase.Visible
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class Header : HeaderFooterBase, ISerializable, ICloneable

    Constructors

    Header()

    Initializes a new instance of the Header class.

    Declaration
    public Header()

    Header(SerializationInfo, StreamingContext)

    Initializes a new instance of the Header class.

    Declaration
    public Header(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    The info.

    System.Runtime.Serialization.StreamingContext context

    The context.

    Methods

    GetHeight(Graphics, Single, Single, RectangleF)

    Gets the height.

    Declaration
    public override float GetHeight(Graphics g, float pagewidth, float pageheight, RectangleF marginBounds)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    The graphics.

    System.Single pagewidth

    The pagewidth.

    System.Single pageheight

    The pageheight.

    System.Drawing.RectangleF marginBounds

    The margin bounds.

    Returns
    Type Description
    System.Single

    The height.

    Overrides
    HeaderFooterBase.GetHeight(Graphics, Single, Single, RectangleF)

    Implements

    System.Runtime.Serialization.ISerializable
    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved