Table of Contents
CaptchaCharSet Enumeration

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

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

Syntax
 public enum CaptchaCharSet
Members
Member Name Description
NumbersOnly Uses number only.
LettersOnly Uses letters only.
NumbersAndLetters Uses both numbers and letters.
See Also