|
TrvActionExport.CreateDirectoryForHTMLImages |
Top Previous Next |
|
Specifies whether a subdirectory for saving HTML images is created when exporting HTML file. property CreateDirectoryForHTMLImages: Boolean; This property is used when exporting to HTML formats (ffeHTMLCSS or ffeHTML). 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: |