Click or drag to resize

OcrPreprocessingOptionsGetOption Method

Retrieves the option using the integer mask.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected bool GetOption(
	int option
)

Parameters

option
Type: SystemInt32
interger mask

Return Value

Type: Boolean
The option for the integer mask.
See Also