MarkdownSvgImageSavingHandler
MarkdownSvgImageSavingHandler typedef
Invoked for each SVG image during Markdown export.
Return true to use the specified link ,
or false to apply the default saving logic.
using Aspose::Slides::Export::MarkdownSaveOptions::MarkdownSvgImageSavingHandler = System::MulticastDelegate<bool(System::SharedPtr<ISvgImage>, System::String&)>
See Also
- Class MarkdownSaveOptions
- Namespace Aspose::Slides::Export
- Library Aspose.Slides