Table of Contents

GetImageDataEventArgs Class

Arguments passed on FlexCelReport.GetImageData

Syntax

Namespace: FlexCel.Report

public class GetImageDataEventArgs: EventArgs

Constructors

Name Description
GetImageData​Event​Args Creates a new Argument.

Properties

Name Description
File 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.