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
)
Protected Function GetOption (
option As Integer
) As Boolean
Parameters
- option
- Type: SystemInt32
interger mask
Return Value
Type:
BooleanThe option for the integer mask.
See Also