| Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > Erode Method : Erode(ErodeOptions) Method |
'Declaration <DebuggerStepThroughAttribute()> <DebuggerNonUserCodeAttribute()> Public Overloads Sub Erode( _ ByVal options As ErodeOptions _ )
'Usage Dim instance As ScanFix Dim options As ErodeOptions instance.Erode(options)
[DebuggerStepThrough()] [DebuggerNonUserCode()] public void Erode( ErodeOptions options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void Erode( ErodeOptions* options )
[DebuggerStepThrough()] [DebuggerNonUserCode()] public: void Erode( ErodeOptions^ options )
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when required argument value is null. |
| System.ArgumentOutOfRangeException | Thrown when argument is out of range. |
| System.ComponentModel.InvalidEnumArgumentException | Thrown when argument enum value is invalid. |
| 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.