Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomizeImageInfoEventArgs Class

Arguments passed to the ImageLoader.CustomizeImageInfo event.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v24.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