Version

CaptchaDictionaryPath Property

path from where the Dictionary will be loaded, if CaptchaDictionaryMode is "Words" or "LogocalQuestionAnswer" the dictionary format is : when CaptchaDictionaryMode is Words, every line represents some word(s) when CaptchaDictionaryMode is LogicalQuestionAnswer, then first line is question, second line is answer, and so on two lines each
Syntax
'Declaration
 
Public Property CaptchaDictionaryPath As String
public string CaptchaDictionaryPath {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also