AlignmentRejector Class |
Namespace: Atalasoft.FormsProcessing.Alignment
The AlignmentRejector type exposes the following members.
Name | Description | |
---|---|---|
AlignmentRejector | Creates a new instance of AlignmentRejector with default settings for each property. |
Name | Description | |
---|---|---|
AlignmentRejectionHeuristics | The heuristics to use to detect poor alignment. Default: AlignmentRejectionHeuristics | |
HeuristicThreshold | The minimum accepted value for heuristic results. This value should be between 0 and 1.0. Default: 0.5 | |
ThrowOnAlignmentResultBelowThreshold | If this is set to true the failure of any heuristic will cause a BadAlignmentException to be thrown. Default: true |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TestAlignmentResult | Tests the AlignmentResult against the given PageFingerprint. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |