MarkdownSaveOptions.MarkdownSvgImageSavingHandler
MarkdownSaveOptions.MarkdownSvgImageSavingHandler delegate
Invoked for each SVG image during Markdown export. Return true to use the specified link, or false to apply the default saving logic.
public delegate bool MarkdownSvgImageSavingHandler(ISvgImage svgImage, ref string link);
| Parameter | Type | Description |
|---|---|---|
| svgImage | ISvgImage | The SVG image being exported. |
| link | String& | The Markdown link to use when returning true. |
See Also
- interface ISvgImage
- class MarkdownSaveOptions
- namespace Aspose.Slides.Export
- assembly Aspose.Slides