Table of Contents

ImageInformationEventArgs.ImageFile Property

The file where the image will be saved. If ImageStream is not null, this property will do nothing. If both this property and ImageStream are null, the image will not be saved. When saving as MHTML this parameter does nothing, since all images will be saved in the same MTHML stream.

Syntax

Namespace: FlexCel.Render

public String ImageFile { get; set; }

See also