ScanFix Xpress v9.0 for .NET - Updated
SmoothObjects(Int32) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > SmoothObjects Method : SmoothObjects(Int32) Method
The size limit of pits and bumps to smooth in the given image.
Deprecated - Use 'SmoothObjects(Accusoft.ScanFixXpressSdk.SmoothObjectsOptions options)' constructor instead. Smoothes the edges of characters in a bitonal image by the amount specified in the options.
Syntax
'Declaration
 
Public Overloads Sub SmoothObjects( _
   ByVal amount As Integer _
) 
'Usage
 
Dim instance As ScanFix
Dim amount As Integer
 
instance.SmoothObjects(amount)
public void SmoothObjects( 
   int amount
)
public: void SmoothObjects( 
   int amount
) 
public:
void SmoothObjects( 
   int amount
) 

Parameters

amount
The size limit of pits and bumps to smooth in the given image.
Exceptions
ExceptionDescription
Thrown when argument is out of range.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Note: Use this function if you wish to modify the parameters controlling the enhancement.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.