Table of Contents

TGdipUIImage.SaveStart Method

Starts saving a multi page image.

Syntax

Namespace: FlexCel.Draw

public override TUIMultiPageSaver SaveStart(Stream outStream, ImageExportType ExportType, Int32 totalPages)

Parameters

<-> Parameter Type Description
outStream Stream Stream where the image will be saved.
ExportType ImageExportType Format for the exported images.
totalPages Int32 Number of pages to export.

Returns

Image state that will be used when saving the other pages.

See also