Width in pixels of the randomly generated HIP-CAPTCHA image.
Public Property ImageWidth As Integer
public int ImageWidth { get; set; }
public: __property int get_ImageWidth(); public: __property void set_ImageWidth(int );
public function get ImageWidth() : int public function set ImageWidth(int);