IImageExportStrategy class

IImageExportStrategy class

Defines a strategy for handling image export during document-to-Markdown conversion.

The library ships with several built-in strategies:

Implement this interface directly when none of the built-in strategies meet your needs.

The IImageExportStrategy type exposes the following members:

Methods

Method Description
get_image_stream Returns a writable stream for the image described by context.

Properties

Property Description
images_folder The folder path where exported images will be stored.

See Also