Overload List
| Name | Description | |
|---|---|---|
| AddImages(String, Boolean, CogVerificationSimpleResultConstants) |
Adds all the images in the specified image directory to this verification database.
If any image in the image directory cannot be loaded, this method stops and throws an exception.
| |
| AddImages( String , Boolean, CogVerificationSimpleResultConstants) |
Adds all the images in the specified array to this verification database.
If any image in the specified array cannot be loaded, this method stops and throws an exception.
| |
| AddImages(String, Boolean, CogVerificationSimpleResultConstants, String) |
Adds all the images in the specified image directory to this verification database.
If any image in the image directory cannot be loaded, this method stops and throws an exception.
| |
| AddImages( String , Boolean, CogVerificationSimpleResultConstants, String) |
Adds all the images in the specified array to this verification database.
If any image in the specified array cannot be loaded, this method stops and throws an exception.
|
See Also