Skip to main content

CaptchaImageProperties Class

Contains settings specific to the challenge image of the ASPxCaptcha.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class CaptchaImageProperties :
    PropertiesBase,
    IPropertiesOwner

The following members return CaptchaImageProperties objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxCaptcha.ChallengeImage
ASP.NET MVC Extensions CaptchaSettings.ChallengeImage

#Remarks

An object of the CaptchaImageProperties type can be accessed via the ASPxCaptcha‘s ASPxCaptcha.ChallengeImage property.

#Inheritance

Object
StateManager
PropertiesBase
CaptchaImageProperties
See Also