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



Accusoft.FormFixSdk Namespace > RegistrationProcessor Class : AutoAlign Property
Gets or sets a value indicating whether the imageToRegister argument to RegisterToImage and RegisterToModel will be aligned to the model image object during the call to RegisterToImage or RegisterToModel.
Syntax
'Declaration
 
Public Property AutoAlign As Boolean
'Usage
 
Dim instance As RegistrationProcessor
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 imageToRegister argument to RegisterToImage and RegisterToModel will not ever be modified.

When this value is set to true, the imageToRegister argument to RegisterToImage and RegisterToModel may be modified. If the registration process is successful as indicated by RegistrationResult.State, the imageToRegister will be aligned with the model.

Default: false

See Also

Reference

RegistrationProcessor Class
RegistrationProcessor Members
RegistrationResult Class

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