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