FormSuite v6.0 - Updated
IdentificationResult Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > FormResult Class : IdentificationResult Property
Gets or sets the results from identifying the form image.
Syntax
'Declaration
 
Public Property IdentificationResult As IdentificationResult
'Usage
 
Dim instance As FormResult
Dim value As IdentificationResult
 
instance.IdentificationResult = value
 
value = instance.IdentificationResult
public IdentificationResult IdentificationResult {get; set;}
public: __property IdentificationResult* get_IdentificationResult();
public: __property void set_IdentificationResult( 
   IdentificationResult* value
);
public:
property IdentificationResult^ IdentificationResult {
   IdentificationResult^ get();
   void set (    IdentificationResult^ value);
}
See Also

Reference

FormResult Class
FormResult Members

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