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

HIPControl.ImageWidth Property

Collapse All

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

Syntax

Visual Basic
Public Property ImageWidth As Integer
C#
public int ImageWidth { get; set; }
C++
public: __property int get_ImageWidth();
public: __property void set_ImageWidth(int );
JScript
public function get ImageWidth() : int
public function set ImageWidth(int);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace