Accusoft.Forms1 - Updated
ApplyPrewittFilter() Method



Accusoft.ScanFixXpressSdk Namespace > ScanFix Class > ApplyPrewittFilter Method : ApplyPrewittFilter() Method
Performs a 3x3 Prewitt horizontal edge detection filter operation on the image.
Syntax
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Overloads Sub ApplyPrewittFilter() 
Dim instance As ScanFix
 
instance.ApplyPrewittFilter()
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void ApplyPrewittFilter()
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void ApplyPrewittFilter(); 
Exceptions
ExceptionDescription
Thrown when method cannot operate correctly.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

Use this function if the default control parameters are adequate.

See Also

Reference

ScanFix Class
ScanFix Members
Overload List