Accusoft.ImagXpress13.Net
Unsharpen(Int32,UnsharpenFilter) Method




An integer value which represents the intensity.

The range is from 1 to 10.

Higher values result in a larger magnitude of filter processing.

A UnsharpenFilter value which determines the type of unsharpen to use on the image.
Modifies the image to appear not as detailed based on the given intensity and filter.
Syntax
'Declaration
 
Public Overloads Sub Unsharpen( _
   ByVal intensity As Integer, _
   ByVal filter As UnsharpenFilter _
) 
'Usage
 
Dim instance As Processor
Dim intensity As Integer
Dim filter As UnsharpenFilter
 
instance.Unsharpen(intensity, filter)
public void Unsharpen( 
   int intensity,
   UnsharpenFilter filter
)
public: void Unsharpen( 
   int intensity,
   UnsharpenFilter filter
) 
public:
void Unsharpen( 
   int intensity,
   UnsharpenFilter filter
) 

Parameters

intensity

An integer value which represents the intensity.

The range is from 1 to 10.

Higher values result in a larger magnitude of filter processing.

filter
A UnsharpenFilter value which determines the type of unsharpen to use on the image.
Remarks

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback