Accusoft.ImagXpressSdk Namespace > Processor Class > Unsharpen Method : 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.
'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 )
An integer value which represents the intensity.
The range is from 1 to 10.
Higher values result in a larger magnitude of filter processing.
Note: Available in Professional edition.