|
TCustomRichView.SaveHTMLToStreamEx |
Top Previous Next |
|
Exports contents of RichView to stream as HTML or XHTML, using CSS (Cascading Style Sheets) function SaveHTMLToStreamEx(Stream: TStream; const Path, Title, ImagesPrefix, ExtraStyles, ExternalCSS, CPPrefix: String; Options: TRVSaveOptions): Boolean; This method saves HTML to Stream and creates files for images. The same as SaveHTMLEx, but saves to stream instead of file. Parameters: Stream –- stream where to export HTML. Path –- path where to save images (must have '\' as the last character). For the descriptions of other parameters, see SaveHTMLEx. |