Class Header
Implements the header class used by the Essential Diagram printing system. HeaderFooterBase Footer
Implements
System.Runtime.Serialization.ISerializable
System.ICloneable
Inherited Members
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
Implements
System.Runtime.Serialization.ISerializable
System.ICloneable