A quick and easy-to-install ASP.NET CAPTCHA

HIPControl.ImageHeight Property

Collapse All

Height in pixels of the randomly generated HIP-CAPTCHA image.

Syntax

Visual Basic
Public Property ImageHeight As Integer
C#
public int ImageHeight { get; set; }
C++
public: __property int get_ImageHeight();
public: __property void set_ImageHeight(int );
JScript
public function get ImageHeight() : int
public function set ImageHeight(int);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace