ForEach.ForEachLayoutSlideCallback
ForEach.ForEachLayoutSlideCallback delegate
Callback that will be invoked for each LayoutSlide
in the Presentation
.
public delegate void ForEachLayoutSlideCallback(LayoutSlide layoutSlide, int index);
Parameter | Type | Description |
---|---|---|
layoutSlide | LayoutSlide | Current iterated layout slide |
index | Int32 | Index of the current layout slide |
See Also
- class LayoutSlide
- class ForEach
- namespace Aspose.Slides.LowCode
- assembly Aspose.Slides