Skip to main content
Tab

ImageGalleryCustomImageProcessingEventArgs.Image Property

Provides access to a Bitmap object that is the processed image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public Bitmap Image { get; }

#Property Value

Type Description
Bitmap

A Bitmap object that is the image.

See Also