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);
| Parameter | Type | Description |
|---|---|---|
| slide | Slide | Current iterated slide |
| index | Int32 | Index of the current slide |
See Also
- class Slide
- class Convert
- namespace Aspose.Slides.LowCode
- assembly Aspose.Slides