MarkdownImageSavingArgs class

MarkdownImageSavingArgs class

Represents arguments passed to IMarkdownImageSavingCallback.image_saving.

The MarkdownImageSavingArgs type exposes the following members:

Properties

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.

See Also