Click or drag to resize

AlignmentRejectorHeuristicThreshold Property

The minimum accepted value for heuristic results. This value should be between 0 and 1.0.

Default: 0.5

Namespace:  Atalasoft.FormsProcessing.Alignment
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double HeuristicThreshold { get; set; }

Property Value

Type: Double

Implements

IAlignmentRejectorHeuristicThreshold
Remarks
You can make the AlignmentRejector more strict by increasing this value and more liberal by lowering it.
See Also