Table of Contents

SaveImageEventArgs.Processed Property

Set this property to true if you have taken care of saving the image, and FlexCel does not need to save it. If you just used this event to get information on the image being saved, but would like to keep the normal flux, set it to false.

Syntax

Namespace: FlexCel.Render

public Boolean Processed { get; set; }

See also