| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > SmoothObjects Method : SmoothObjects(SmoothObjectsOptions) Method |
'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 )
| Exception | Description |
|---|---|
| System.ArgumentOutOfRangeException | Thrown when argument is out of range. |
| ScanFixUnsupportedImageException | Thrown when image type is unsupported. |
| ScanFixException | Thrown when operation failed. |
Note: Use this function if you wish to modify the parameters controlling the enhancement.