Table of Contents

ImageInformationEventArgs.ImageStream Property

The stream where the images will be saved. Keep it null to store the image as a file using ImageFile. When saving as MHTML this parameter does nothing, since all images will be saved in the same MTHML stream.

Syntax

Namespace: FlexCel.Render

public Stream ImageStream { get; set; }

See also