Accusoft.ImagXpress13.Net
Soften(Int32,SoftenFilter) Method




An integer value which represents the intensity.

The range is from 1 to 10.

Higher values result in softer images.

A SoftenFilter which determines the soften filter to apply to the image.
Softens the image by the given intensity and filter.
Syntax
'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
) 

Parameters

intensity

An integer value which represents the intensity.

The range is from 1 to 10.

Higher values result in softer images.

filter
A SoftenFilter which determines the soften filter to apply to the image.
See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback