Accusoft.FormFix5.Net - Updated
PerformReconstruction Property




Accusoft.FormFixSdk Namespace > DropOutProcessor Class : PerformReconstruction Property
Instructs this object to reconstruct filled data that overlaps with form data.
Syntax
'Declaration
 
Public Property PerformReconstruction As Boolean
'Usage
 
Dim instance As DropOutProcessor
Dim value As Boolean
 
instance.PerformReconstruction = value
 
value = instance.PerformReconstruction
public bool PerformReconstruction {get; set;}
public: __property bool get_PerformReconstruction();
public: __property void set_PerformReconstruction( 
   bool value
);
public:
property bool PerformReconstruction {
   bool get();
   void set (    bool value);
}
Remarks

This property controls optional reconstruction during the drop-out process. It only affects the output image where filled data and form data overlap. When you set this property to true, the DropOutMethod method will try to guess which form data pixels overlap with filled data pixels and which do not overlap with filled data pixels. It will retain the pixels that it decides are overlapping and discard the form data pixels that do not appear to overlap. You must set this value before you call the CreateImageOfField method.

In many cases, it is impossible to accurately decide which pixels overlap and which do not.

Note: This property has no effect when DropOutMethod is DropOutMethod.Clip or DropOutMethod.ClipWithoutRescaling.

Default value: true

See Also

Reference

DropOutProcessor Class
DropOutProcessor Members