ScanFix Xpress v9.0 for .NET - Updated
GraphicLines Property (GraphicLineRemovalOptions)




Accusoft.ScanFixXpressSdk Namespace > GraphicLineRemovalOptions Class : GraphicLines Property
Gets the list of graphic lines that are to be removed from the image.
Syntax
'Declaration
 
Public ReadOnly Property GraphicLines As List(Of GraphicLine)
'Usage
 
Dim instance As GraphicLineRemovalOptions
Dim value As List(Of GraphicLine)
 
value = instance.GraphicLines
public List<GraphicLine> GraphicLines {get;}
public: __property List<GraphicLine*>* get_GraphicLines();
public:
property List<GraphicLine^>^ GraphicLines {
   List<GraphicLine^>^ get();
}
See Also

Reference

GraphicLineRemovalOptions Class
GraphicLineRemovalOptions Members

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