TGetImageDataEventArgs Class
Arguments passed on TFlexCelReport.GetImageData
Syntax
Unit: FlexCel.Report
TGetImageDataEventArgs = class(EventArgs);
Constructors
| Name | Description | 
| Create | Creates a new Argument. 
 | 
Properties
| Name | Description | 
| DataFile | The file with the report data. 
 | 
| ImageName | The name of the image on the Excel sheet. Use it to identify it. 
 | 
| ImageData | The data of the image. You can modify it to return another image format. 
 | 
| Height | The height of the image in pixels. Change it to resize the image. 
 | 
| Width | The width of the image in pixels. Change it to resize the image. 
 |