LayoutSlides

Presentation.LayoutSlides property

Returns a list of all layout slides that are defined in the presentation. Read-only IGlobalLayoutSlideCollection.

public IGlobalLayoutSlideCollection LayoutSlides { get; }

Remarks

You can access to alternative API for adding/inserting/removing/cloning layout slides by using IMasterSlide.LayoutSlides property.

See Also