Accusoft.ScanFixXpress8.Net
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
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