跳转到主要内容
此方法使用 Floyd–Steinberg 或 Bayer (有序) 抖动算法对图像进行抖动。

语法

C++

HRESULT DitherImage( DitheringMethodEnum Method );

C#

void DitherImage( DitheringMethodEnum Method );

Visual Basic .NET

Sub DitherImage(Method As DitheringMethodEnum)

参数

Method [in] 此变量的类型为 DitheringMethodEnum,用于指定要使用的抖动算法。

返回值

此方法没有特定的返回值。返回的是 ABBYY FineReader Engine 函数的标准返回值

另请参见

ImageDocument