ScanFix Xpress v9.0 for .NET - Updated
ApplyOpenFilter(FilterOpenOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > ApplyOpenFilter Method : ApplyOpenFilter(FilterOpenOptions) Method
An object containing parameters that control the process.
Performs an Open filter operation of the specified size on the image, opening light colored pixels and placing the output in the specified center location.
Syntax
'Declaration
 
Public Overloads Sub ApplyOpenFilter( _
   ByVal options As FilterOpenOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As FilterOpenOptions
 
instance.ApplyOpenFilter(options)
public void ApplyOpenFilter( 
   FilterOpenOptions options
)
public: void ApplyOpenFilter( 
   FilterOpenOptions* options
) 
public:
void ApplyOpenFilter( 
   FilterOpenOptions^ 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.