GetOMROptions method (ILEADRasterDocument)
short GetOMROptions (); | |
Overview |
Refer to Recognizing Document Pages Refer to Using the OMR Options |
Remarks
Gets the current OMR options used by the OCR engine.
This method updates the OMRModuleOptions property with the current settings.
To update the OMR options, set the properties referenced by the OMRModuleOptions property and call the SetOMROptions method.
These options will be used only when the RecognizeModule property for a zone is RECOGNIZE_MODULE_OMR.
To update the OMR options, call the SetOMROptions method.
See Also