MarkdownSaveOptions.ResourcesDirectoryName

MarkdownSaveOptions.ResourcesDirectoryName property

Gets and sets the directory name to save document resources such as images. If the value is not specified, then the images will be written to the same directory as the markdown file itself. This is not path, it is only name! This directory will be automatically created in the directory with the saved markdown file.

public string ResourcesDirectoryName { get; set; }

See Also