ScanFix Xpress v9.0 for .NET - Updated
ApplySobelFilter(FilterSobelOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > ApplySobelFilter Method : 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
 
Public Overloads Sub ApplySobelFilter( _
   ByVal options As FilterSobelOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As FilterSobelOptions
 
instance.ApplySobelFilter(options)
public void ApplySobelFilter( 
   FilterSobelOptions options
)
public: void ApplySobelFilter( 
   FilterSobelOptions* options
) 
public:
void ApplySobelFilter( 
   FilterSobelOptions^ options
) 

Parameters

options
An object containing parameters that control the process.
Exceptions
ExceptionDescription
Thrown if required argument value is null
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when method cannot operate correctly.
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.