Table of Contents

TPartialExportState.EndHtmlFile Method

Writes the "</body>" end tag in the html file and the head/html end tags. It also finalizes the parts when saving to MHTML.

Syntax

Namespace: FlexCel.Render

public void EndHtmlFile(TextWriter writer)

Parameters

<-> Parameter Type Description
writer TextWriter TextWriter where we are going to save the results.

See also