Skip to main content

ChallengeImageCustomRenderEventArgs(Bitmap, String) Constructor

Initializes a new instance of the ChallengeImageCustomRenderEventArgs class with the specified settings.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ChallengeImageCustomRenderEventArgs(
    Bitmap image,
    string code
)

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