ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Overloads Sub ApplyPrewittFilter() 
'Usage
 
Dim instance As ScanFix
 
instance.ApplyPrewittFilter()
public void ApplyPrewittFilter()
public: void ApplyPrewittFilter(); 
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

Is this page helpful?
Yes No
Thanks for your feedback.