Accusoft.ScanFixXpress8.Net
ApplyCustomFilter Method




An object containing parameters that control the process.
Performs a custom convolution filter operation on image.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub ApplyCustomFilter( _
   ByVal options As FilterCustomOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As FilterCustomOptions
 
instance.ApplyCustomFilter(options)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void ApplyCustomFilter( 
   FilterCustomOptions options
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void ApplyCustomFilter( 
   FilterCustomOptions* options
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void ApplyCustomFilter( 
   FilterCustomOptions^ 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.
See Also

Reference

ScanFix Class
ScanFix Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback