Convert.GetOutPathCallback

Convert.GetOutPathCallback delegate

Callback that will be invoked for each Slide, the output path expected to be returned.

public delegate string GetOutPathCallback(Slide slide, int index);
ParameterTypeDescription
slideSlideCurrent iterated slide
indexInt32Index of the current slide

See Also