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.
Height The height of the image in pixels. Change it to resize the image.
ImageData The data of the image. You can modify it to return another image format.
ImageName The name of the image on the Excel sheet. Use it to identify it.
Width The width of the image in pixels. Change it to resize the image.