ScanFix Xpress v9.0 for .NET - Updated
ApplyAverageFilter(FilterAverageOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > ApplyAverageFilter Method : ApplyAverageFilter(FilterAverageOptions) Method
An object containing parameters that control the process.
Performs an Average filter smoothing operation on the image. All pixel values in a window of the given size will be averaged together, and placed in the specified center location.
Syntax
'Declaration
 
Public Overloads Sub ApplyAverageFilter( _
   ByVal options As FilterAverageOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As FilterAverageOptions
 
instance.ApplyAverageFilter(options)
public void ApplyAverageFilter( 
   FilterAverageOptions options
)
public: void ApplyAverageFilter( 
   FilterAverageOptions* options
) 
public:
void ApplyAverageFilter( 
   FilterAverageOptions^ 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.