Table of Contents

TPartialExportState.GetImage Method

Returns one of the images for one of the saved sheets.

Syntax

Namespace: FlexCel.Render

public TUIImage GetImage(Int32 bodyIndex, Int32 imageIndex)

Parameters

<-> Parameter Type Description
bodyIndex Int32 Index of the document where you want to retrieve the images. (1 based)
imageIndex Int32 Image index in the document. (1 based)

See also