Italic property (ILTCharacterOptions)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BOOL Italic

Overview

Refer to Using the Character Options

Remarks

Gets or sets a value that indicates whether italic characters that are recognized will be output as italic.

Setting

Meaning

TRUE

The character is italic.

FALSE

The character is not italic.

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

To update the paragraph options for saving the recognition results, set this property and the other ILTCharacterOptions properties accessed by the CharacterOptions property of the ResultOptions property, and call the SetRecognitionResultOptions method.

See Also

Elements:

FontNames property, SelOutputFont property, Size property, Underline property, Bold property, ResultOptions property, CharacterOptions property, GetRecognitionResultOptions method, SetRecognitionResultOptions method

Topics:

Quick Reference OCR: Using the Character Options