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




Accusoft.ScanFixXpressSdk Namespace > GraphicLineDetectionOptions Class : DetectDashedLines Property
Gets and sets whether dashed lines are detected.
Syntax
'Declaration
 
Public Property DetectDashedLines As Boolean
'Usage
 
Dim instance As GraphicLineDetectionOptions
Dim value As Boolean
 
instance.DetectDashedLines = value
 
value = instance.DetectDashedLines
public bool DetectDashedLines {get; set;}
public: __property bool get_DetectDashedLines();
public: __property void set_DetectDashedLines( 
   bool value
);
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

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