OMRModuleOptions property (ILEADRasterDocument)
ILTOMROptions * OMRModuleOptions | |
Overview |
Refer to Recognizing Document Pages Refer to Using the OMR Options |
Remarks
(Read only) Gets a pointer to an ILTOMROptions object that contains the OMR options for the OCR engine.
The properties of this ILTOMROptions object are updated by the GetOMROptions method.
The OMRModuleOptions property itself is read only. However, the properties accessed by this property can be set with new OMR option values and these values set for the OCR engine by calling the SetOMROptions method.
See Also