ResultOptions property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ILTResultOptions* ResultOptions

Overview

Refer to Handling the Results of the Recognition Process

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

Elements:

GetStatus method, Recognize method, SetRecognitionResultOptions method, GetRecognitionResultOptions method, GetOutputFileFormats method, GetFileFormatInfo method, SaveDocument method, SpecialRejectedCharacter property, SpecialMissingSymbol property, GetRecognizedCharacters method, SetRecognizedCharacters method.

Topics:

Quick Reference OCR: Handling the Results of the Recognition Process
Quick Reference OCR: Using the Document Options

Quick Reference OCR: Using the Paragraph Options

Quick Reference OCR: Using the Character Options

Quick Reference OCR: Using the Mark Options