SetRecognitionResultOptions method (ILEADRasterDocument)
short SetRecognitionResultOptions (); | |
Overview |
Remarks
Sets options used by the OCR engine when saving recognition results to a file.
To get the current recognition results options, call the GetRecognitionResultOptions method.
To set new recognition results options get the current options by calling the GetRecognitionResultOptions method. This will update the ResultOptions property. This property provides access to the ILTResultOptions properties. Set these ILTResultOptions properties to the new values and then call the SetRecognitionResultOptions method.
See Also