IImageExportStrategy class
Leave feedback
On this page
Defines a strategy for handling image export during document-to-Markdown conversion.
The library ships with several built-in strategies:
ExportImagesAsBase64Strategy– embeds images inline as Base64 (the default).ExportImagesToFileSystemStrategy– writes images to a folder on disk.SkipImagesStrategy– omits images entirely.CustomImagesStrategy– delegates to a callback you supply.
Implement this interface directly when none of the built-in strategies meet your needs.
The IImageExportStrategy type exposes the following members:
| Method | Description |
|---|---|
| get_image_stream | Returns a writable stream for the image described by context. |
| Property | Description |
|---|---|
| images_folder | The folder path where exported images will be stored. |
- module
groupdocs.markdown
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.