| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > ApplySobelFilter Method : ApplySobelFilter(FilterSobelOptions) Method |
'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 )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if required argument value is null |
| System.ArgumentOutOfRangeException | Thrown when argument is out of range. |
| System.ComponentModel.InvalidEnumArgumentException | Thrown when argument enum value is invalid. |
| System.InvalidOperationException | Thrown when method cannot operate correctly. |
| ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
| ScanFixException | Thrown when operation failed. |
Note: Use this function if you wish to modify the parameters controlling the enhancement.