Accusoft.Forms1 - Updated
DetectDashedLines Property



Accusoft.ScanFixXpressSdk Namespace > GraphicLineDetectionOptions Class : DetectDashedLines Property
Gets and sets whether dashed lines are detected.
Syntax
Public Property DetectDashedLines As Boolean
Dim instance As GraphicLineDetectionOptions
Dim value As Boolean
 
instance.DetectDashedLines = value
 
value = instance.DetectDashedLines
public bool DetectDashedLines {get; set;}
public:
property bool DetectDashedLines {
   bool get();
   void set (    bool value);
}

Property Value

An boolean value which indicates the current value of dashed line detection.
Remarks
The default value is false. Set this to true if you wish to have dashed lines returned.
See Also

Reference

GraphicLineDetectionOptions Class
GraphicLineDetectionOptions Members