FormFix v6.0 for .NET - Updated
RegistrationState Enumeration



Accusoft.FormFixSdk Namespace : RegistrationState Enumeration
The state of a registration operation.
Syntax
'Declaration
 
Public Enum RegistrationState 
   Inherits System.Enum
'Usage
 
Dim instance As RegistrationState
public enum RegistrationState : System.Enum 
public enum class RegistrationState : public System.Enum 
Members
MemberValueDescription
Failure1The registration operation failed and you cannot use the RegistrationResult object to align your image to the model.
Success0The registration operation succeeded and you can use the RegistrationResult object to align your image to the model.
Remarks
This enumeration represents the state of a registration operation. When a registration operation fails, this component will not throw an exception. Instead, it will return a RegistrationResult object with RegistrationResult.State equal to RegistrationState.Failed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Accusoft.FormFixSdk.RegistrationState

See Also

Reference

Accusoft.FormFixSdk Namespace
RegistrationResult Class
RegistrationProcessor.RegisterToModel
RegistrationProcessor.RegisterToImage
IdentificationProcessor.Identify

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