Table of Contents

TPartialExportState.SaveRelevantHeaders Method

This method is a middle ground between SaveCss(TextWriter) and SaveFullHeaders. It will output only the headers that you need to add to an existing HTML file in order to include the body in the body part. This means that the tags like <html> are not included.

Syntax

Namespace: FlexCel.Render

public void SaveRelevantHeaders(TextWriter writer)

Parameters

<-> Parameter Type Description
writer TextWriter

See also