Table of Contents

TImageInformationEventArgs.Create Constructor

Creates a new Argument.

Syntax

Unit: FlexCel.Render

constructor TImageInformationEventArgs.Create(const aWorkbook: TExcelFile; const aObjectIndex: Integer; aShapeProps: IShapeProperties; const aImageStream: TStream; const aImageFile: string; const aImageLink: string; const aAlternateText: string; const aHyperLink: string; const aHyperLinkTitle: string; const aSavedImageFormat: THtmlImageFormat);

Parameters

<-> Parameter Type Description
const aWorkbook TExcelFile See Workbook
const aObjectIndex Integer See ObjectIndex
aShapeProps IShapeProperties See ShapeProps
const aImageStream TStream See ImageStream
const aImageFile string See ImageFile
const aImageLink string See ImageLink
const aAlternateText string See AlternateText
const aHyperLink string See HyperLink
const aHyperLinkTitle string See HyperLinkTitle
const aSavedImageFormat THtmlImageFormat See SavedImageFormat

See also