Accusoft.ScanFixXpress8.Net
ApplySobelFilter(FilterSobelOptions) Method




An object containing parameters that control the process.
Performs a 3x3 Sobel edge detection filter operation on the image, in the specified direction.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Sub ApplySobelFilter( _
   ByVal options As FilterSobelOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As FilterSobelOptions
 
instance.ApplySobelFilter(options)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void ApplySobelFilter( 
   FilterSobelOptions options
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void ApplySobelFilter( 
   FilterSobelOptions* options
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void ApplySobelFilter( 
   FilterSobelOptions^ options
) 

Parameters

options
An object containing parameters that control the process.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown if required argument value is null
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
System.InvalidOperationExceptionThrown when method cannot operate correctly.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback