TrvActionSave.CreateDirectoryForHTMLImages

<< Click to display table of contents >>

TrvActionSave.CreateDirectoryForHTMLImages

Specifies whether a subdirectory for saving images is created when saving HTML file.

property CreateDirectoryForHTMLImages: Boolean;

This property is used when saving to HTML format.

If True, images for HTML files are saved in subdirectory having the same name as HTML file but '.files' extension.

If False, all images are saved in the same directory as the HTML 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:

TrvActionExport.CreateDirectoryForHTMLImages