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

HIPControl.FontSize Property

Collapse All

Font size of the text rendered within the HIP-CAPTCHA image

Syntax

Visual Basic
Public Property FontSize As String
C#
public string FontSize { get; set; }
C++
public: __property String* get_FontSize();
public: __property void set_FontSize(String* );
JScript
public function get FontSize() : String
public function set FontSize(String);

See Also

HIPControl Class | Clearscreen.SharpHIP Namespace