Skip to main content

CaptchaImageProperties.Width Property

Gets or sets the challenge image‘s width.

Namespace: DevExpress.Web.Captcha

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(200)]
public int Width { get; set; }

Property Value

Type Default Description
Int32 200

A Unit that represents the image’s width.

Remarks

Use the Width property to specify the width of the challenge image.

See Also