corelibraries-devexpress-dot-xtraprinting-dot-linkbase-739806c7.md
Occurs when a marginal page footer section of the document is being generated.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public event CreateAreaEventHandler CreateMarginalFooterArea
Public Event CreateMarginalFooterArea As CreateAreaEventHandler
The CreateMarginalFooterArea event's data class is CreateAreaEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Graph | Gets a BrickGraphics object used to draw in the current report. |
Handle the CreateMarginalFooterArea event to customize the marginal page footer section of a document.
The content specified via the LinkBase.CreateMarginalHeaderArea and CreateMarginalFooterArea methods is shifted by the values of the Top and Bottom margins (defined via the LinkBase.MinMargins property), respectively.
Document creation events occur in the following order (this order may be different in descendants of the LinkBase class):
For more information on handling events, see Events and Delegates in MSDN.
See Also