ScanFix Xpress v9.0 for .NET - Updated
BoxOverlap Property




Accusoft.ScanFixXpressSdk Namespace > DetectColorOptions Class : BoxOverlap Property
Gets and sets the percentage of area (smaller box) that must intersect before bounding boxes are merged.
Syntax
'Declaration
 
Public Property BoxOverlap As Byte
'Usage
 
Dim instance As DetectColorOptions
Dim value As Byte
 
instance.BoxOverlap = value
 
value = instance.BoxOverlap
public byte BoxOverlap {get; set;}
public: __property byte get_BoxOverlap();
public: __property void set_BoxOverlap( 
   byte value
);
public:
property byte BoxOverlap {
   byte get();
   void set (    byte value);
}
Remarks

The default value is 50.

Valid values are 0 to 100.

This option is used when DetectColor is used to locate colored regions on the page. In some cases, regions of color, such as highlighter over text, will be broken down into many smaller regions of color. A value of 100 will result in no boxes being combined, even if one box is located entirely within another; a value of 0 will result in all boxes that intersect to any degree being combined.

See Also

Reference

DetectColorOptions Class
DetectColorOptions Members

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