<< Click to display table of contents >> TrvActionExport.CreateDirectoryForHTMLImages |
Specifies whether a subdirectory for saving images is created when exporting HTML or Markdown file.
property CreateDirectoryForHTMLImages: Boolean;
This property is used when exporting to HTML and Markdown formats (ffeHTMLCSS, ffeHTML, ffeMarkdown).
If True, images for HTML/Markdown files are saved in a subdirectory having the same name as HTML/Markdown file but '.files' extension.
If False, all images are saved in the same directory as the HTML/Markdown file.
This option is used for images with undefined (empty) file names, or when rvhtmlsioUseItemImageFileNames is not included in HTMLSaveProperties.ImageOptions of the target editor.
Default value:
True
See also: