ScanFix Xpress v9.0 for .NET - Updated
RemoveLines(LineRemovalOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > RemoveLines Method : RemoveLines(LineRemovalOptions) Method
A LineRemovalOptions object containing parameters that control the line removal process.
Detects and removes lines from the current image.
Syntax
'Declaration
 
Public Overloads Function RemoveLines( _
   ByVal options As LineRemovalOptions _
) As LineRemovalResults
'Usage
 
Dim instance As ScanFix
Dim options As LineRemovalOptions
Dim value As LineRemovalResults
 
value = instance.RemoveLines(options)
public LineRemovalResults RemoveLines( 
   LineRemovalOptions options
)
public: LineRemovalResults* RemoveLines( 
   LineRemovalOptions* options
) 
public:
LineRemovalResults^ RemoveLines( 
   LineRemovalOptions^ options
) 

Parameters

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

Return Value

A LineRemovalResults object containing information about the results of the line removal process.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Note: Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

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