Accusoft.ScanFixXpress8.Net
GraphicLineRemovalOptions Constructor(List<GraphicLine>)




A list of GraphicLine objects obtained from the ScanFix.DetectGraphicLines method.
Instantiates a new GraphicLineRemovalOptions object setting the specified list of lines.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal graphicLines As List(Of GraphicLine) _
)
'Usage
 
Dim graphicLines As List(Of GraphicLine)
 
Dim instance As New GraphicLineRemovalOptions(graphicLines)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public GraphicLineRemovalOptions( 
   List<GraphicLine> graphicLines
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: GraphicLineRemovalOptions( 
   List<GraphicLine*>* graphicLines
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
GraphicLineRemovalOptions( 
   List<GraphicLine^>^ graphicLines
)

Parameters

graphicLines
A list of GraphicLine objects obtained from the ScanFix.DetectGraphicLines method.
Remarks
You must use the results from the DetectGraphicLines method to specify the lines that will be removed. Lines that you do not wish to remove can be deleted from the list. Lines cannot be added to the list.
See Also

Reference

GraphicLineRemovalOptions Class
GraphicLineRemovalOptions Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback