DitherImage Method of the ImageDocument Object
This method dithers the image using either Floyd–Steinberg, or Bayer (ordered) dithering algorithm.
Syntax
C++
HRESULT DitherImage( DitheringMethodEnum Method );
C#
void DitherImage( DitheringMethodEnum Method );
Visual Basic .NET
Sub DitherImage(Method As DitheringMethodEnum)
Parameters
- Method
- [in] This variable of the DitheringMethodEnum type specifies the dithering algorithm to be used.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
17.09.2024 15:14:41