ImagesFolder

IImageExportStrategy.ImagesFolder property

Gets the folder path where exported images will be stored.

public string ImagesFolder { get; }

Property Value

A relative or absolute folder path. This value is used to construct image URIs in the Markdown output.

See Also