SeparatorBeforeMissingSymbol property (ILTMarkOptions)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR SeparatorBeforeMissingSymbol

Overview

Refer to Using the Mark Options

Remarks

Sets and Gets the string that will be inserted before each missing symbol in the final output document.

Gets or sets the string that will be output before each missing character.

The character used to replace missing characters in both the recognition process and when saving the recognition results is contained in the SpecialMissingSymbol property.

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

To update the mark options for saving the recognition results, set this property and the other ILTMarkOptions properties accessed by the MarkOptions property of the ResultOptions property, and call the SetRecognitionResultOptions method.

See Also

Elements:

ColorSuspectCharacter property, ColSuspectWord property, SeparatorBeforeSuspectCharacter property, ColMissingSymbol property, ColRejectionSymbol property, SeparatorBeforeRejectionSymbol property, SeparatorStartSuspectWord property, SeparatorEndSuspectWord property. SeparatorStartLine property. SeparatorEndLine property property, SeparatorStartTableRow property, SeparatorEndTableRow property, SeparatorStartParagraph property, SeparatorEndParagraph property, SeparatorStartZone property, SeparatorEndZone property, SeparatorStartPage property, SeparatorEndPage property, MarkOptions property, ResultOptions property, GetRecognitionResultOptions method, SetRecognitionResultOptions method

Topics:

Quick Reference OCR: Using the Mark Options