Accusoft.ImagXpress13.Net
Unsharpen(Int32) 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.

Modifies the image to appear not as detailed based on the given intensity.
Syntax
'Declaration
 
Public Overloads Sub Unsharpen( _
   ByVal intensity As Integer _
) 
'Usage
 
Dim instance As Processor
Dim intensity As Integer
 
instance.Unsharpen(intensity)
public void Unsharpen( 
   int intensity
)
public: void Unsharpen( 
   int intensity
) 
public:
void Unsharpen( 
   int intensity
) 

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.

Remarks

Edges within the image are sharpened, while othes areas are softened.

Note: Available in Professional edition.

See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback