ReadPageSetup
Designates the file name and path of the document hierarchy.
Member of namespace:
MC_IdentifySyntax:
bool ReadPageSetup(string DCOSetupPath,string FPPosition,string PageType)
Parameters
string DCOSetupPathstring FPPosition
string PageType
Parameters
- PageType: A smart parameter enabled argument that designates the file name and path of the document hierarchy.
- FPPosition: The fingerprint position variable, usually Pos followed by the ID of the desired fingerprint.
- 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.