Table of Contents

TSaveImageEventArgs.Create Constructor

Creates a new Argument.

Syntax

Unit: FlexCel.Render

constructor TSaveImageEventArgs.Create(const aWorkbook: TExcelFile; const aObjectIndex: Integer; aShapeProps: IShapeProperties; const aImageFile: string; const aImageLink: string; const aAlternateText: string; const aSavedImageFormat: THtmlImageFormat; const aImageToSave: TUIImage);

Parameters

<-> Parameter Type Description
const aWorkbook TExcelFile See Workbook
const aObjectIndex Integer See ObjectIndex
aShapeProps IShapeProperties See ShapeProps
const aImageFile string See ImageFile
const aImageLink string See ImageLink
const aAlternateText string See AlternateText
const aSavedImageFormat THtmlImageFormat See SavedImageFormat
const aImageToSave TUIImage See ImageToSave

See also