Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeImageInfoEventArgs Class

Arguments passed to the ImageLoader.CustomizeImageInfo event.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class CustomizeImageInfoEventArgs :
    EventArgs

Remarks

The CustomizeImageInfo event occurs when image metadata is retrieved via the ImageLoader‘s Get…ImageInfo methods. Handle this event, to customize the metadata.

The CustomizeImageInfoEventArgs class exposes several properties whose values can be customized. For example, you can make an image retrieved via the ImageLoader.GetImageInfo method non-transparent, by setting the CustomizeImageInfoEventArgs.MakeTransparent property to false.

Inheritance

Object
EventArgs
CustomizeImageInfoEventArgs
See Also