WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Footer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Footer

    Implements the footer class used by the Essential Diagram printing system. HeaderFooterBase Header

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

    Constructors

    Footer()

    Initializes a new instance of the Footer class.

    Declaration
    public Footer()

    Footer(SerializationInfo, StreamingContext)

    Initializes a new instance of the Footer class.

    Declaration
    public Footer(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 to draw.

    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 - 2022 Syncfusion Inc. All Rights Reserved