SetPageTemplateID
Assigns a value to the FingerprintID property of the selected Page object of the Document Hierarchy.
Syntax
bool SetPageTemplateID (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
The SetPageTemplateID action creates a FingerprintID property of the current Page object if one does not already exist.- Example:
WordFind(MQSW) SetPageTemplateID(1010)In this sequence, if the WordFind action locates "MQSW" on the current page, the SetPageTemplateID action assigns "1010" as the page's Fingerprint ID. This links the page to a fingerprint with a Fingerprint ID of "1010".