Accusoft.Forms1 - Updated
OutputIntermediateFieldImages Property



Accusoft.Forms Namespace > Processor Class : OutputIntermediateFieldImages Property
Gets or sets a value indicating whether intermediate images of fields that were generated while processing the fields will be contained in the FieldResults produced by the ProcessImage(Image) or ProcessImageParallel method.
Syntax
Public Property OutputIntermediateFieldImages As Boolean
Dim instance As Processor
Dim value As Boolean
 
instance.OutputIntermediateFieldImages = value
 
value = instance.OutputIntermediateFieldImages
public bool OutputIntermediateFieldImages {get; set;}
public:
property bool OutputIntermediateFieldImages {
   bool get();
   void set (    bool value);
}
Remarks

Default value: false.

Creating intermediate images during field processing is always performed. A clip image of the field will always be created, but there are cases where no ScanFix enhancements are set to be applied to the field image. In those cases, an enhanced field image will not be generated, so the FieldResult.EnhancedImage will have a null value, no matter what the value of this property is.

This property is exposed so that you can limit the memory footprint of the result objects produced by the processor object.

See Also

Reference

Processor Class
Processor Members