GetImageDataEventArgs.GetImageDataEventArgs Constructor
Creates a new Argument.
Syntax
Namespace: FlexCel.Report
public GetImageDataEventArgs(ExcelFile aExcelFile, String aImageName, Byte[] aImageData, Double aHeight, Double aWidth)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
aExcelFile | ExcelFile | The file we are processing. | |
aImageName | String | The name of the image on the Excel sheet. Use it to identify it. | |
aImageData | Byte[] | The image data. | |
aHeight | Double | The height of the image in pixels. Change it to resize the image. | |
aWidth | Double | The width of the image in pixels. Change it to resize the image. |