TrvActionSave.CreateDirectoryForHTMLImages |
Top Previous Next |
|
Specifies whether a subdirectory for saving HTML images is created when saving HTML file. property CreateDirectoryForHTMLImages: Boolean; This property is defined only if RvHTMLViewImporter is used. This property is used when saving to HTML format (ffeHTMLCSS). If True, images from 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 rvsoUseItemImageFileNames is not included in SaveOptions property. Default value: True See also: |