Table of Contents

TPartialExportState.SaveBody Method

Use this method to output the body information on this object to an HTML page.

Syntax

Namespace: FlexCel.Render

public void SaveBody(TextWriter writer, Int32 index, String relativeImagePath)

Parameters

<-> Parameter Type Description
writer TextWriter Writer where you are going to write the information.
index Int32 Index of the part that you wish to write. It must be 1 <= index <= BodyCount
relativeImagePath String Image path relative to the main file where the images will be saved. Note that this path does not apply to normal images. This is used for example to save the rotated text as images if this option is enabled.

See also