FormFix v6.0 for .NET - Updated
AllowableMisRegistration Property



Accusoft.FormFixSdk Namespace > DropOutProcessor Class : AllowableMisRegistration Property
The maximum mis-registration allowed, in pixels of deviation from proper registration.
Syntax
'Declaration
 
Public Property AllowableMisRegistration As Integer
'Usage
 
Dim instance As DropOutProcessor
Dim value As Integer
 
instance.AllowableMisRegistration = value
 
value = instance.AllowableMisRegistration
public int AllowableMisRegistration {get; set;}
public:
property int AllowableMisRegistration {
   int get();
   void set (    int value);
}
Remarks

This property represents the amount of refinement that this object will perform before dropping a field. It provides a final opportunity for the object to refine the registration of a field. As it is dropping the form for a field, this object will try to refine the registration of the filled image to the model. You must set this value before you call the CreateImageOfField method.

The drop-out process requires additional registration for a variety of common reasons. Many printing processes do not perfectly align all parts of a page. For example, a laser printer may print some parts of a page slightly higher or lower than they should be. Scanners will also do the same thing, but will shift parts of a page left or right if you scan the page in landscape mode. Even paper handling and humidity can affect the relative locations of individual fields.

Note: This property has no effect when DropOutMethod is DropOutMethod.Clip or DropOutMethod.ClipWithoutRescaling.

Valid range: 0 - 20

Default value: 5

See Also

Reference

DropOutProcessor Class
DropOutProcessor Members

Is this page helpful?
Yes No
Thanks for your feedback.