DeleteFingerprint
Removes the image (TIF) file of the current page and the fingerprint (CCO) file from the fingerprint library of the application.
Syntax
bool DeleteFingerprint()
Parameters
Smart parameters are supported.Returns
Always returns True. Under certain conditions the action will be unable to delete the fingerprint but will still return True. For example if the action is not applied at the Page level or if the fingerprint's Image file cannot be found. Please review the log file if DeleteFingerprint does not perform as expected.Level
Page level only.Details
Deletes the Image file (.tif) And Processing file (.cco) of the current page's fingerprint from the application's fingerprint directory, and its record from the Fingerprint database.Attention: A SetFingerprintDir action must precede
this action.
- Example
SetFingerprintDir("C:\ParentDirectory\Application\fingerprint") DeleteFingerprint()