ForEach.ForEachLayoutSlideCallback

ForEach.ForEachLayoutSlideCallback delegate

Callback that will be invoked for each LayoutSlide in the Presentation.

public delegate void ForEachLayoutSlideCallback(LayoutSlide layoutSlide, int index);
ParameterTypeDescription
layoutSlideLayoutSlideCurrent iterated layout slide
indexInt32Index of the current layout slide

See Also