Table of Contents

GetImageDataEventArgs.ImageData Property

The data of the image. You can modify it to return another image format.

Syntax

Namespace: FlexCel.Report

public Byte[] ImageData { get; set; }

See also