Table of Contents

SaveImageEventArgs.ObjectIndex Property

Object index of the object being rendered. You can use xls.GetObject(objectIndex) to get the object properties. If the image is not an object (for example it is a rotated text) this property will be -1.

Syntax

Namespace: FlexCel.Render

public Int32 ObjectIndex { get; }

See also