image_stream property
Leave feedback
On this page
The destination stream the converter will write the image bytes into after this callback returns.
Replace it with your own writable stream (e.g., a io.RawIOBase for disk persistence or a io.BytesIO you intend to read afterwards).
@property
def image_stream(self):
...
@image_stream.setter
def image_stream(self, value):
...
- class
MarkdownImageSavingArgs
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.