Accusoft.ScanFixXpress8.Net
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
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Overloads Sub SmoothObjects( _
   ByVal amount As Integer _
) 
'Usage
 
Dim instance As ScanFix
Dim amount As Integer
 
instance.SmoothObjects(amount)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void SmoothObjects( 
   int amount
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void SmoothObjects( 
   int amount
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void SmoothObjects( 
   int amount
) 

Parameters

amount
The size limit of pits and bumps to smooth in the given image.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback