'Declaration
Protected Overloads Overridable Function ProcessImage( _ ByVal filledFormImage As Image, _ ByVal useParallel As Boolean _ ) As FormResult
'Usage
Dim instance As Processor Dim filledFormImage As Image Dim useParallel As Boolean Dim value As FormResult value = instance.ProcessImage(filledFormImage, useParallel)
protected virtual FormResult ProcessImage( Image filledFormImage, bool useParallel )
protected: virtual FormResult* ProcessImage( Image* filledFormImage, bool useParallel )
protected: virtual FormResult^ ProcessImage( Image^ filledFormImage, bool useParallel )
Parameters
- filledFormImage
- The filled form image to process.
- useParallel
- A value indicating whether the processor should use parallel implementation of field processing where available.
Return Value
An object representing the results of processing.