EnableSaveResultsToMemory property (ILEADRasterDocument)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableSaveResultsToMemory

Overview

Refer to Handling the Results of the Recognition Process

Remarks

Gets or sets a value that indicates whether to save the recognition results into memory or a file. Possible values are:

 

Value

Meaning

TRUE

Save recognition results into memory

FALSE

Save recognition results into file.

To save the recognition results to memory, this property must be set to TRUE before calling the SaveResultsToMemory method.

See Also

Elements:

SaveResultsToMemory method, 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