ChallengeImageCustomRenderEventArgs(Bitmap, String) Constructor
Initializes a new instance of the ChallengeImageCustomRenderEventArgs class with the specified settings.
Namespace: DevExpress.Web.Captcha
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
image | Bitmap | A Bitmap object representing a custom challenge image. |
code | String | A string object that represents the generated code. |
See Also