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




Accusoft.ScanFixXpressSdk Namespace > GraphicLineDetectionOptions Class : DetectCombs Property
Gets and sets a boolean value whether combs are detected.
Syntax
'Declaration
 
Public Property DetectCombs As Boolean
'Usage
 
Dim instance As GraphicLineDetectionOptions
Dim value As Boolean
 
instance.DetectCombs = value
 
value = instance.DetectCombs
public bool DetectCombs {get; set;}
public: __property bool get_DetectCombs();
public: __property void set_DetectCombs( 
   bool value
);
public:
property bool DetectCombs {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which indicates whether combs will be detected in the image.
Remarks
The default value is false. Set this to true if you wish to have combs returned in the results list.
See Also

Reference

GraphicLineDetectionOptions Class
GraphicLineDetectionOptions Members

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