OcrPreprocessingOptionsSetOption Method |
Sets an option using an 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 void SetOption(
int option,
bool val
)
Protected Sub SetOption (
option As Integer,
val As Boolean
)
Parameters
- option
- Type: SystemInt32
The integer mask to use - val
- Type: SystemBoolean
The value to set the option
See Also