跳轉到主要內容
此方法會使用 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