Table of Contents

IEmbeddedObjects.ImageIndexToObjectPath Method

Returns the absolute object path for an image, given an image index. Note that this method can be slow if there are many objects in the file. Whenever possible, prefer the methods that take directly an imageIndex instead of converting the imageIndex to an objectPath.

Syntax

Namespace: FlexCel.Core

public abstract String ImageIndexToObjectPath(Int32 imageIndex)

Parameters

<-> Parameter Type Description
imageIndex Int32 Image index on the image array.

Returns

Image index on the total objects array.

See also