Accusoft.Forms1 - Updated
IdentificationResult Property



Accusoft.Forms Namespace > FormResult Class : IdentificationResult Property
Gets or sets the results from identifying the form image.
Syntax
Public Property IdentificationResult As IdentificationResult
Dim instance As FormResult
Dim value As IdentificationResult
 
instance.IdentificationResult = value
 
value = instance.IdentificationResult
public IdentificationResult IdentificationResult {get; set;}
public:
property IdentificationResult^ IdentificationResult {
   IdentificationResult^ get();
   void set (    IdentificationResult^ value);
}
See Also

Reference

FormResult Class
FormResult Members