Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

CaptchaImageProperties Class

Contains settings specific to the challenge image of the ASPxCaptcha.

Namespace: DevExpress.Web.Captcha

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