HtmlSaveOptions.SpecialFolderForAllImages

HtmlSaveOptions.SpecialFolderForAllImages field

Gets or sets path to directory to which must be saved any images if they are encountered during saving of document as HTML. If parameter is empty or null then image files(if any) wil be saved together with other files linked to HTML It does not affect anything if CustomImageSavingStrategy property was successfully used to process relevant image file.

public string SpecialFolderForAllImages;

See Also