ScanFix Xpress v9.0 for .NET - Updated
DetectGraphicLines Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : DetectGraphicLines Method
An object containing parameters that control the detection process.
Detect graphical lines from the current image.
Syntax
'Declaration
 
Public Function DetectGraphicLines( _
   ByVal options As GraphicLineDetectionOptions _
) As GraphicLineDetectionResults
'Usage
 
Dim instance As ScanFix
Dim options As GraphicLineDetectionOptions
Dim value As GraphicLineDetectionResults
 
value = instance.DetectGraphicLines(options)

Parameters

options
An object containing parameters that control the detection process.

Return Value

A GraphicLineDetectionResults object containing a list lines discovered by the line detection process.
See Also

Reference

ScanFix Class
ScanFix Members

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