ImagesFolder

MarkdownSaveOptions.ImagesFolder property

Specifies the physical folder where images are saved when exporting a document to the Markdown format. Default is null.

public string ImagesFolder { get; set; }

Remarks

If neither the ImagesFolder nor ExportImagesAsBase64 are specified by the user, then the GroupDocs.Editor will try to determine the ImagesFolder by itself and apply it on success

See Also