FormSuite v6.0 - Updated
OutputIntermediateFieldImages Property




Accusoft.FormsAPI.Net Assembly > 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
'Declaration
 
Public Property OutputIntermediateFieldImages As Boolean
'Usage
 
Dim instance As Processor
Dim value As Boolean
 
instance.OutputIntermediateFieldImages = value
 
value = instance.OutputIntermediateFieldImages
public bool OutputIntermediateFieldImages {get; set;}
public: __property bool get_OutputIntermediateFieldImages();
public: __property void set_OutputIntermediateFieldImages( 
   bool value
);
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

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