SetMaxOffset

Sets the maximum offset value to use while matching source pages to fingerprints.

Syntax

bool SetMaxOffset(StrParam)

Parameters

Integer value between 1 and 255. Smart parameters are supported.

Returns

False, if the parameter is invalid. Otherwise, True.

Level

All levels.

Details

Sets the Maximum Offset value while matching source pages to fingerprints.

This action has no effect when used with the Fingerprint Service. The actual shift is four times the maximum offset value in pixels (4 * MaxOffset). Increasing this value improves but slows the matching process.

The default value is 6: 4 * 6 = 24 pixels.

Example
SetMaxOffset("12")

This example results in a Maximum Offset value of 48 pixels, which is greater than the 24 pixel default.