Accusoft.Forms1 - Updated
DetectCombs Property



Accusoft.ScanFixXpressSdk Namespace > GraphicLineDetectionOptions Class : DetectCombs Property
Gets and sets a boolean value whether combs are detected.
Syntax
Public Property DetectCombs As Boolean
Dim instance As GraphicLineDetectionOptions
Dim value As Boolean
 
instance.DetectCombs = value
 
value = instance.DetectCombs
public bool DetectCombs {get; set;}
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