Accusoft.ScanFixXpress8.Net
Dilate(DilateOptions) Method




An object containing parameters that control the enhancement process.
Expands similar color pixels in the image by the given amount in the given direction.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Overloads Sub Dilate( _
   ByVal options As DilateOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As DilateOptions
 
instance.Dilate(options)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void Dilate( 
   DilateOptions options
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: void Dilate( 
   DilateOptions* options
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void Dilate( 
   DilateOptions^ options
) 

Parameters

options
An object containing parameters that control the enhancement process.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
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