HtmlSaveOptions.SpecialFolderForSvgImages

HtmlSaveOptions.SpecialFolderForSvgImages field

Gets or sets path to directory to which must be saved only SVG-images if they are encountered during saving of document as HTML. If parameter is empty or null then SVG files(if any) wil be saved together with other image-files (near to output file) or in special folder for images (if it specified in SpecialImagesFolderIfAny option). It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file.

public string SpecialFolderForSvgImages;

See Also