ScanFix Xpress v9.0 for .NET - Updated
Adaptive Property (ColorRadius)




Accusoft.ScanFixXpressSdk Namespace > ColorRadius Class : Adaptive Property
Gets and sets flag for Adaptive option.
Syntax
'Declaration
 
Public Property Adaptive As Boolean
'Usage
 
Dim instance As ColorRadius
Dim value As Boolean
 
instance.Adaptive = value
 
value = instance.Adaptive
public bool Adaptive {get; set;}
public: __property bool get_Adaptive();
public: __property void set_Adaptive( 
   bool value
);
public:
property bool Adaptive {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

When the Adaptive option is enabled ScanFix will analyze the image and shift the center of the region of color to match the largest local maximum (if one exists) in the immediate vicinity. This allows the region of color to shift to match slight changes in document colors within a set of documents to be processed.

See Also

Reference

ColorRadius Class
ColorRadius Members

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