Gets the captcha image height.

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 CaptchaHeight { get; }
Visual Basic
Public ReadOnly Property CaptchaHeight As Integer
	Get
Visual C++
public:
property int CaptchaHeight {
	int get ();
}
F#
member CaptchaHeight : int with get

Property Value

Type: Int32

See Also