SetPageFingerprintID

Assigns a value to the FingerprintID property of the selected Page object of the Document Hierarchy.

Syntax

bool SetPageFingerprintID (StrParam)

Parameters

The String value of the Fingerprint ID.

Returns

True if the rule is applied at the Page level. Otherwise, False.

Level

Page level.

Details

Assigns a value to the FingerprintID property of the selected Page object of the Document Hierarchy.
Important: The SetPageFingerprintID action will create a FingerprintID property of the current Page object if it does not already exist.
Example:
WordFind(MQSW)
SetPageFingerprintID(1010)      

In this sequence, if the WordFind action locates "MQSW" on the current page, the SetPageFingerprintID action assigns "1010" as the page's Fingerprint ID. This links the page to a fingerprint with a Fingerprint ID of "1010".