Table of Contents

TGetImageDataEventArgs.Create Constructor

Creates a new Argument.

Syntax

Unit: FlexCel.Report

constructor TGetImageDataEventArgs.Create(const aExcelFile: TExcelFile; const aImageName: string; const aImageData: TBytes; const aHeight: Double; const aWidth: Double);

Parameters

<-> Parameter Type Description
const aExcelFile TExcelFile The file we are processing.
const aImageName string The name of the image on the Excel sheet. Use it to identify it.
const aImageData TBytes The image data.
const aHeight Double The height of the image in pixels. Change it to resize the image.
const aWidth Double The width of the image in pixels. Change it to resize the image.

See also