ExportImagesToFileSystemStrategy class

ExportImagesToFileSystemStrategy class

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:

Constructors

Constructor Description
init Initializes a new instance of the ExportImagesToFileSystemStrategy class.

Methods

Method Description
get_image_stream Returns a stream for writing the exported image to the file system.

Properties

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.

See Also