ParagraphOptions property (ILTResultOptions)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ILTParagraphOptions * ParagraphOptions

Overview

Refer to Handling the Results of the Recognition Process

Remarks

(Read Only) Gets a pointer to an ILTParagraphOptions object that contains paragraph options used by the OCR engine when saving recognition results..

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

The ParagraphOptions property itself is read only. However, the properties accessed by this property, through the ResultOptions property, can be set with new paragraph option values and these values set for the OCR engine by calling the SetRecognitionResultOptions method.

See Also

Elements:

Format property, FormatLevel property, DocumentOptions property, CharacterOptions property, MarkOptions property, ResultOptions property, GetRecognitionResultOptions method, SetRecognitionResultOptions method

Topics:

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