Gets the captcha image width.

Namespace: MonoSoftware.Web.Controls.Captcha
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public int CaptchaWidth { get; }
Visual Basic
Public ReadOnly Property CaptchaWidth As Integer
	Get
Visual C++
public:
property int CaptchaWidth {
	int get ();
}
F#
member CaptchaWidth : int with get

Property Value

Type: Int32

See Also