A newer version of this page is available.
Switch to the current version.
CustomizeImageInfoEventArgs Class
Arguments passed to the ImageLoader.CustomizeImageInfo event.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public class CustomizeImageInfoEventArgs :
EventArgs
Public Class CustomizeImageInfoEventArgs
Inherits 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.
See Also
Feedback