Accusoft.ImagXpressSdk Namespace > Processor Class > Soften Method : Soften(Int32,SoftenFilter) Method |
An integer value which represents the intensity.
The range is from 1 to 10.
Higher values result in softer images.
'Declaration Public Overloads Sub Soften( _ ByVal intensity As Integer, _ ByVal filter As SoftenFilter _ )
'Usage Dim instance As Processor Dim intensity As Integer Dim filter As SoftenFilter instance.Soften(intensity, filter)
public void Soften( int intensity, SoftenFilter filter )
public: void Soften( int intensity, SoftenFilter filter )
public: void Soften( int intensity, SoftenFilter filter )
An integer value which represents the intensity.
The range is from 1 to 10.
Higher values result in softer images.