Class DocHeaderFooterEventArgs
Provides data for the DrawHeader and DrawFooter events.
Inheritance
System.Object
System.EventArgs
DocHeaderFooterEventArgs
Inherited Members
System.EventArgs.Empty
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.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class DocHeaderFooterEventArgs : EventArgs
Remarks
To draw the Header / Footer for the created word document, handle the DrawHeader and DrawFooter events.
Constructors
DocHeaderFooterEventArgs(HeaderFooter)
Initializes a new DocHeaderFooterEventArgs
Declaration
public DocHeaderFooterEventArgs(HeaderFooter headerFooter)
Parameters
Type | Name | Description |
---|---|---|
HeaderFooter | headerFooter | Header and footer for the document. |
Properties
Footer
Gets or sets the document footer.
Declaration
public HeaderFooter Footer { get; set; }
Property Value
Type |
---|
HeaderFooter |
Header
Gets or sets the document header.
Declaration
public HeaderFooter Header { get; set; }
Property Value
Type |
---|
HeaderFooter |