FormSuite v6.0 - Updated
ProcessImageParallel Method




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > Processor Class : ProcessImageParallel 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 Overridable Function ProcessImageParallel( _
   ByVal filledFormImage As Image _
) As FormResult
'Usage
 
Dim instance As Processor
Dim filledFormImage As Image
Dim value As FormResult
 
value = instance.ProcessImageParallel(filledFormImage)
public virtual FormResult ProcessImageParallel( 
   Image filledFormImage
)
public: virtual FormResult* ProcessImageParallel( 
   Image* filledFormImage
) 
public:
virtual FormResult^ ProcessImageParallel( 
   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

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