Table of Contents

TUIMultiPageSaver.SaveAdd Method

Adds a new image to a multi page image.

Syntax

Unit: FlexCel.Core

procedure TUIMultiPageSaver.SaveAdd(const imageToAdd: TFlexCelObject); virtual; abstract;

Parameters

<-> Parameter Type Description
const imageToAdd TFlexCelObject Image that will be added to the multipage image.

See also