ResultOptions property (ILEADRasterDocument)
ILTResultOptions* ResultOptions | |
Overview |
Remarks
(Read only) Gets a pointer to an ILTResultOptions object that contains the options used by the OCR engine when saving the recognition results.
The properties of this ILTResultOptions object are updated by the GetRecognitionResultOptions method.
The ResultOptions property itself is read only. However, the properties accessed by this property can be set with new result option values and these values set for the OCR engine by calling the SetRecognitionResultOptions method.
See Also