FormFix v6.0 for .NET - Updated
RegistrationResult Property



Accusoft.FormFixSdk Namespace > IdentificationResult Class : RegistrationResult Property
The registration information for the matching form model.
Syntax
'Declaration
 
Public ReadOnly Property RegistrationResult As RegistrationResult
'Usage
 
Dim instance As IdentificationResult
Dim value As RegistrationResult
 
value = instance.RegistrationResult
public RegistrationResult RegistrationResult {get;}
public:
property RegistrationResult^ RegistrationResult {
   RegistrationResult^ get();
}
Remarks
This property contains the registration information for the best matching model (if any.) You will need this information if you want to use the DropOutProcessor or RegistrationProcessor objects. If the IdentificationProcessor object did not find a best match, this property will be null.
See Also

Reference

IdentificationResult Class
IdentificationResult Members
GetOtherRegistrationResult Method

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