Table of Contents

SaveImageEventArgs.ShapeProps Property

Shape properties of the object being rendered. You can use them to get the name of the object, its size, etc. If the image is not an object (for example it is a rotated text) this property will be null.

Syntax

Namespace: FlexCel.Render

public TShapeProperties ShapeProps { get; }

See also