FormSuite v6.0 - Updated
IdentificationInputImage Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > FormResult Class : IdentificationInputImage Property
Gets or sets the image that was passed to the FormFix IdentificationProcessor to be identified.
Syntax
'Declaration
 
Public Property IdentificationInputImage As Image
'Usage
 
Dim instance As FormResult
Dim value As Image
 
instance.IdentificationInputImage = value
 
value = instance.IdentificationInputImage
public Image IdentificationInputImage {get; set;}
public: __property Image* get_IdentificationInputImage();
public: __property void set_IdentificationInputImage( 
   Image* value
);
public:
property Image^ IdentificationInputImage {
   Image^ get();
   void set (    Image^ value);
}
See Also

Reference

FormResult Class
FormResult Members

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