Accusoft.ScanFixXpress8.Net - Updated
SmoothObjects(SmoothObjectsOptions) Method




Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > SmoothObjects Method : SmoothObjects(SmoothObjectsOptions) Method
A SmoothObjectsOptions object that specifies how to smooth the image.
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 options As SmoothObjectsOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As SmoothObjectsOptions
 
instance.SmoothObjects(options)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void SmoothObjects( 
   SmoothObjectsOptions options
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void SmoothObjects( 
   SmoothObjectsOptions* options
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void SmoothObjects( 
   SmoothObjectsOptions^ options
) 

Parameters

options
A SmoothObjectsOptions object that specifies how to smooth the 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