FormFix v6.0 for .NET - Updated
State Property (RegistrationResult)



Accusoft.FormFixSdk Namespace > RegistrationResult Class : State Property
The state of the registration operation.
Syntax
'Declaration
 
Public ReadOnly Property State As RegistrationState
'Usage
 
Dim instance As RegistrationResult
Dim value As RegistrationState
 
value = instance.State
public RegistrationState State {get;}
public:
property RegistrationState State {
   RegistrationState get();
}
Remarks
This property represents the state of the registration operation which returned this object. Normally, this property will be equal to RegistrationState.Success, but it will be RegistrationState.Failure if the registration operation could not register the image to the model.
See Also

Reference

RegistrationResult Class
RegistrationResult Members

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