EnableTextInBoxes property (ILTDocumentOptions)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL EnableTextInBoxes

Overview

Refer to Using the Document Options

Remarks

Gets or sets a value that indicates whether the contents of the zones will be kept in frames in the final output document. Possible values are:

 

Setting

Meaning

TRUE

The contents of the zones will be kept in frames in the final output document.

FALSE

The contents of the zones will not be kept in frames in the final output document.

This property is updated with the current values when the GetRecognitionResultOptions method is called.

To update the document options for saving the recognition results, set this property and the other ILTDocumentOptions properties accessed by the DocumentOptions property of the ResultOptions property, and call the SetRecognitionResultOptions method.

See Also

Elements:

PaperSizeMode property, PaperType property, PaperOrientation property, LanguageMode property, ResultLanguage property, Color property, MarginsMode property, MarginLeft property, MarginTop property, MarginWidth property, MarginHeight property, EnablePageBreaks property, TableMethod property, DocumentOptions property, ResultOptions property, GetRecognitionResultOptions method, SetRecognitionResultOptions method

Topics:

Quick Reference OCR: Using the Document Options