Accusoft.Forms1 - Updated
IdentificationInputImage Property



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

Reference

FormResult Class
FormResult Members