Back to Devexpress

Presentation.HeaderFooterManager Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-8278546a.md

latest1.4 KB
Original Source

Presentation.HeaderFooterManager Property

Returns the HeaderFooter manager that allows you to add footer text, date, and slide numbers to its associated presentation.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public HeaderFooterManager HeaderFooterManager { get; }
vb
Public ReadOnly Property HeaderFooterManager As HeaderFooterManager

Property Value

TypeDescription
HeaderFooterManager

A HeaderFooterManager.

|

Remarks

For more information, refer to the following help topic: Configure Slide Footers with DevExpress Presentation API.

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace