FormFix v6.0 for .NET - Updated
AutoAlign Property (IdentificationProcessor)



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : AutoAlign Property
Gets or sets a value indicating whether the unknownImage argument to Identify will be aligned to the best matching FormModel object, during the call to Identify.
Syntax
'Declaration
 
Public Property AutoAlign As Boolean
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Boolean
 
instance.AutoAlign = value
 
value = instance.AutoAlign
public bool AutoAlign {get; set;}
public:
property bool AutoAlign {
   bool get();
   void set (    bool value);
}
Remarks

When this value is set to false, the unknownImage argument to Identify will not ever be modified.

When this value is set to true, the unknownImage argument to Identify may be modified. If a best matching FormModel is found during the identification process, the unknownImage will be aligned with it.

Default: false

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members
FormModel Property
RegistrationResult Property

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