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

ChallengeImageCustomRenderEventArgs(Bitmap, String) Constructor

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

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v19.2.dll

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