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




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : RemoveGraphicLines Method
A GraphicLineRemovalOptions object containing parameters that control the line removal process.
Removes specified graphical lines from the current image.
Syntax
'Declaration
 
Public Function RemoveGraphicLines( _
   ByVal options As GraphicLineRemovalOptions _
) As GraphicLineRemovalResults
'Usage
 
Dim instance As ScanFix
Dim options As GraphicLineRemovalOptions
Dim value As GraphicLineRemovalResults
 
value = instance.RemoveGraphicLines(options)
public GraphicLineRemovalResults RemoveGraphicLines( 
   GraphicLineRemovalOptions options
)
public: GraphicLineRemovalResults* RemoveGraphicLines( 
   GraphicLineRemovalOptions* options
) 
public:
GraphicLineRemovalResults^ RemoveGraphicLines( 
   GraphicLineRemovalOptions^ options
) 

Parameters

options
A GraphicLineRemovalOptions object containing parameters that control the line removal process.

Return Value

A GraphicLineRemovalResults object containing information about the results of the line removal process.
Remarks

Note: Use this function to remove graphical lines from an image. The lines to be removed are determined by the list of lines specified in the GraphicLineRemovalOptions parameter.

See Also

Reference

ScanFix Class
ScanFix Members

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