CreateFingerprint

Adds the image (TIF) file of the current page and the fingerprint (CCO) file to the fingerprint library of the application. The resulting fingerprint consists of the Image file (.tif) of the page and its Processing file (.cco).

Syntax

bool CreateFingerprint()

Parameters

Smart parameters are supported.

Returns

False if the rule with this action is not bound to a Page object of the Document Hierarchy; if the current page does not have an Image file; or if the fingerprint's two files cannot be created. Otherwise, True.

Level

Page level only.

Details

Creates a fingerprint for the current source page. The resulting fingerprint will consist of two files: the page's Image file (.tif) and its Processing file (.cco).
Attention: A SetFingerprintDir action must precede this action.
Example
SetFingerprintDir("C:\ParentDirectory\Application\fingerprint")
CreateFingerprint()CreateFingerprint()