Skip to main content
A newer version of this page is available. .
Tab

ImageGalleryCustomImageProcessingEventArgs.Image Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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