ReadPageSetup

Designates the file name and path of the document hierarchy.

Member of namespace:

MC_Identify

Syntax:

bool ReadPageSetup(string DCOSetupPath,string FPPosition,string PageType)

Parameters

string DCOSetupPath

string FPPosition

string PageType

Parameters

  1. PageType: A smart parameter enabled argument that designates the file name and path of the document hierarchy.
  2. FPPosition: The fingerprint position variable, usually Pos followed by the ID of the desired fingerprint.
  3. PageType: The page type of the page to identify, usually PClaim or IClaim.

Returns

False, if the document hierarchy file is not found. Otherwise, True.

Level

All levels.

Details

Example:
ReadPageSetup(@APPPATH(setupdco),POS 1059,PClaim)

This action is used with almost every other MC_Identify action.