MarkdownImageSavingArgs class
Leave feedback
On this page
Represents arguments passed to IMarkdownImageSavingCallback.image_saving.
The MarkdownImageSavingArgs type exposes the following members:
| Property | Description |
|---|---|
| image_file_name | The file name (or placeholder id) embedded as the image URI in the Markdown output. Assign to rewrite the URI. |
| image_stream | The destination stream the converter will write the image bytes into after this callback returns. |
| keep_image_stream_open | The property determines whether the converter keeps the image stream open after conversion. |
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.