Click or drag to resize

AlignmentRejectorThrowOnAlignmentResultBelowThreshold Property

If this is set to true the failure of any heuristic will cause a BadAlignmentException to be thrown.

Default: true

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 bool ThrowOnAlignmentResultBelowThreshold { get; set; }

Property Value

Type: Boolean

Implements

IAlignmentRejectorThrowOnAlignmentResultBelowThreshold
Remarks
In some cases you may find it best to inspect the AlignmentRejectorResult manually. In these cases set this property to false so that it will be returned even if the results are poor.
See Also