Text Disguise

CaptchaWord.AbandonImageWord Method 

[This is preliminary documentation and subject to change.]

Marks an image GUID as abandoned and makes it unusable for retrieving the image or validating the text.

[Visual Basic]
Public Function AbandonImageWord( _
   ByVal captchaImageGuid As String _
) As Boolean
[C#]
public bool AbandonImageWord(
   string captchaImageGuid
);

Parameters

captchaImageGuid
A String containing the GUID of the CAPTCHA image.

Return Value

A boolean value which indicates whether the image GUID was successfully abandoned.

Remarks

The AbandonImageWord method is useful when you know that there is no need for the generated CAPTCHA image.

See Also

CaptchaWord Class | Dls.TextDisguise Namespace