Back to Devexpress

Presentation.SlideMasters Property

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

latest1.4 KB
Original Source

Presentation.SlideMasters Property

Returns the presentation collection of Slide Masters. The Slide Master is a top-level template slide that you can use as a base for other slides.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public SlideMasterCollection SlideMasters { get; }
vb
Public ReadOnly Property SlideMasters As SlideMasterCollection

Property Value

TypeDescription
SlideMasterCollection

A collection of slide masters.

|

Remarks

For more information, refer to the following help topic: DevExpress Presentation API Library: Configure Slide Masters and Layouts.

See Also

Presentation Class

Presentation Members

DevExpress.Docs.Presentation Namespace