FormSuite v6.0 - Updated
ProcessImage(Image) Method




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > Processor Class > ProcessImage Method : ProcessImage(Image) Method
The filled form image to process.
Process a structured form image according to the instructions in the FormSet object that was passed to the constructor of this Processor.
Syntax
'Declaration
 
Public Overloads Overridable Function ProcessImage( _
   ByVal filledFormImage As Image _
) As FormResult
'Usage
 
Dim instance As Processor
Dim filledFormImage As Image
Dim value As FormResult
 
value = instance.ProcessImage(filledFormImage)
public virtual FormResult ProcessImage( 
   Image filledFormImage
)
public: virtual FormResult* ProcessImage( 
   Image* filledFormImage
) 
public:
virtual FormResult^ ProcessImage( 
   Image^ filledFormImage
) 

Parameters

filledFormImage
The filled form image to process.

Return Value

An object representing the results of processing.
Exceptions
ExceptionDescription
Thrown if the filledFormImage is null.
Thrown if attempting to process a FormSet without an Identification operation. The Processor class does not define a behavior for this scenario.

Thrown if the processor is configured to use the FormFix IdentificationProcessor to perform identification and the identification input image is not bitonal. If the argument filledFormImage is not bitonal, then the enhancements operation must binarize the image.

Note that the current implementation of the base Processor class does not support identification by any other means than the FormFix IdentificationProcessor.

See Also

Reference

Processor Class
Processor Members
Overload List

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