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