FormSuite v6.0 - Updated
State Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > IdentificationResult Class : State Property
Gets or sets a value indicating the outcome of the identification operation.
Syntax
'Declaration
 
Public Property State As IdentificationState
'Usage
 
Dim instance As IdentificationResult
Dim value As IdentificationState
 
instance.State = value
 
value = instance.State
public IdentificationState State {get; set;}
public: __property IdentificationState get_State();
public: __property void set_State( 
   IdentificationState value
);
public:
property IdentificationState State {
   IdentificationState get();
   void set (    IdentificationState value);
}
See Also

Reference

IdentificationResult Class
IdentificationResult Members

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