OcrPreprocessingOptions Constructor (Int32) |
Creates a new instance of OcrPreprocessingOptions passing in the 32-bit native mask of
processing options.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic OcrPreprocessingOptions(
int options
)
Public Sub New (
options As Integer
)
Parameters
- options
- Type: SystemInt32
Native pre-processing mask.
See Also