ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property GenerateBoxes As Boolean
'Usage
 
Dim instance As DetectColorOptions
Dim value As Boolean
 
instance.GenerateBoxes = value
 
value = instance.GenerateBoxes
public bool GenerateBoxes {get; set;}
public: __property bool get_GenerateBoxes();
public: __property void set_GenerateBoxes( 
   bool value
);
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

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