SetMaxTolerantDistance

Set the tolerance level that the AutoField action uses to match HCFA-1500 or red UB04 forms.

Member of namespace:

MC_Identify

Syntax:

bool SetMaxTolerantDistance(StrParam)

Parameters

The Maximum Tolerance Distance: an integer from 1 for the lowest tolerance to 100 for the highest tolerance.

Returns

False, if the parameter is not an integer from 1 to 100. Otherwise, True.

Level

All levels.

Details

This action sets the tolerance level that is used by the AutoField action to match HCFA-1500 or red UB04 forms based on the form that is specified in the SetFormType action.
Example:
SetMaxToleranceDistance(60)
SetFormType(0)
ReadDCOSetup(HFCA.xml,POS 1052)
AutoField()