Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

CaptchaCharSet Enumeration

Specifies the character set used to generate the text in the CAPTCHA image.

[Visual Basic]
Public Enum CaptchaCharSet
[C#]
public enum CaptchaCharSet

Members

Member Name Description
NumbersOnly Uses number only.
LettersOnly Uses letters only.
NumbersAndLetters Uses both numbers and letters.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

EO.Web Namespace


Direct link to this topic