Accusoft.ScanFixXpress8.Net
ApplyPrewittFilter() Method




Performs a 3x3 Prewitt horizontal edge detection filter operation on the image.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Overloads Sub ApplyPrewittFilter() 
'Usage
 
Dim instance As ScanFix
 
instance.ApplyPrewittFilter()
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void ApplyPrewittFilter()
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void ApplyPrewittFilter(); 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void ApplyPrewittFilter(); 
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThrown when method cannot operate correctly.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown when operation failed.
Remarks

Use this function if the default control parameters are adequate.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback