CustomizeImageInfoEventArgs Class
Arguments passed to the ImageLoader.CustomizeImageInfo event.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.
See Also