Table of Contents

TGdipUIImage.Save Method

Saves the image to a stream, in the specified format.

Syntax

Namespace: FlexCel.Draw

public override TXlsImgType Save(Stream outMs, TXlsImgType ImgType)

Parameters

<-> Parameter Type Description
outMs Stream
ImgType TXlsImgType

Returns

The actual file format in which the file was saved. It might not be possible to save in the required format, and a different one might be used.

See also