ExportImagesToFileSystemStrategy class
Leave feedback
On this page
Saves images to a folder on disk during conversion.
By default, the Markdown output references images using the full ExportImagesToFileSystemStrategy.images_folder path. Set ExportImagesToFileSystemStrategy.images_relative_path to control the path that appears in the Markdown image links — typically a path relative to the output .md file.
The ExportImagesToFileSystemStrategy type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the ExportImagesToFileSystemStrategy class. |
| Method | Description |
|---|---|
| get_image_stream | Returns a stream for writing the exported image to the file system. |
| Property | Description |
|---|---|
| images_folder | The physical folder where images will be saved on disk. |
| images_relative_path | The path used in the Markdown image references. |
- 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.