Accusoft.Forms1 - Updated
GenerateBoxes Property



Accusoft.ScanFixXpressSdk Namespace > DetectColorOptions Class : GenerateBoxes Property
Gets and sets a flag for whether to generate a list of bounding boxes in the results.
Syntax
Public Property GenerateBoxes As Boolean
Dim instance As DetectColorOptions
Dim value As Boolean
 
instance.GenerateBoxes = value
 
value = instance.GenerateBoxes
public bool GenerateBoxes {get; set;}
public:
property bool GenerateBoxes {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

This option should be set to true when detect color is to be used to locate areas of color on the page. This will result in list of bounding boxes being generated for all areas that meet the minimum requirements for "color."

See Also

Reference

DetectColorOptions Class
DetectColorOptions Members